You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/youtube_dlc
pukkandan eb8a44336c Better Format Sorting (Squashed)
* Added --format-sort (-S height,filesize)
* Made fields reversible (-S +height)
* Added --format-sort-force, --no-format-sort-force
* Added limit (-S height:720)
* Added codec preference (-S vcodec,acodec)
* Correct handling of preference<-1000

* Rebased to yt-dlc
* Automatically determine missing bitrates
* aext, vext, protocol, acodec, vcodec can now takes priority as string, not number (-S vext:webm)
* Correct handling of None in codec, audio_codec (None means the codec is unknown while 'none' means it doesn't exist)
* Correctly parse filesize (-S filesize:200M)
* Generalized preference calculation

* Rewrote entire code into the class FormatSort
* Correctly handle user input errors
* Combined fields (-S +ext:webm:webm)
* Closest mode (-S filesize~50M)
* Aliases (framerate=fps, br=bitrate etc)

* Documentation
4 years ago
..
downloader Updated to release 2020.11.26 4 years ago
extractor Better Format Sorting (Squashed) 4 years ago
postprocessor Merge pull request #207 from pukkandan/thumbnail-rename 4 years ago
YoutubeDL.py Better Format Sorting (Squashed) 4 years ago
__init__.py Better Format Sorting (Squashed) 4 years ago
__main__.py [skip travis] renaming 4 years ago
aes.py [skip travis] renaming 4 years ago
cache.py [skip travis] renaming 4 years ago
compat.py Updated to release 2020.11.21.1 4 years ago
jsinterp.py [skip travis] renaming 4 years ago
options.py Better Format Sorting (Squashed) 4 years ago
socks.py [skip travis] renaming 4 years ago
swfinterp.py [skip travis] renaming 4 years ago
update.py flake8. added sha256 check to updater. 4 years ago
utils.py Updated to release 2020.11.21.1 4 years ago
version.py [skip travis] 4 years ago