yt-dlp/youtube_dlc
pukkandan f983b87567 [formatsort] Remove misuse of 'preference'
'preference' is to be used only when the format is better that ALL qualities of a lower preference irrespective of ANY sorting order the user requests. See deezer.py for correct use of this

In the older sorting method, `preference`, `quality` and `language_preference` were functionally almost equivalent. So these disparities doesn't really matter there

Also, despite what the documentation says, the default for `preference` was actually 0 and not -1. I have tried to correct this and also account for it when converting `preference` to `quality`
2021-02-19 03:33:45 +05:30
..
downloader #86 [youtube_live_chat] Use POST API (Closes #82) 2021-02-15 15:27:21 +05:30
extractor [formatsort] Remove misuse of 'preference' 2021-02-19 03:33:45 +05:30
postprocessor [ExtractAudio] Bugfix for 1de75fa129 2021-02-16 15:00:54 +05:30
__init__.py Option --windows-filenames to force use of windows compatible filenames 2021-02-18 01:06:40 +05:30
__main__.py [skip travis] renaming 2020-09-02 20:25:25 +02:00
aes.py [skip travis] renaming 2020-09-02 20:25:25 +02:00
cache.py [skip travis] renaming 2020-09-02 20:25:25 +02:00
compat.py Kill child processes when yt-dlc is killed (https://github.com/ytdl-org/youtube-dl/pull/26592) 2021-01-09 18:08:07 +05:30
jsinterp.py [skip travis] renaming 2020-09-02 20:25:25 +02:00
options.py [documentation] Better document --prefer-free-formats 2021-02-18 23:52:32 +05:30
socks.py [skip travis] renaming 2020-09-02 20:25:25 +02:00
swfinterp.py [skip travis] renaming 2020-09-02 20:25:25 +02:00
update.py #88 Implement SHA256 checking for autoupdater 2021-02-16 02:36:42 +05:30
utils.py Option --windows-filenames to force use of windows compatible filenames 2021-02-18 01:06:40 +05:30
version.py [version] Set version number based on UTC time, not local time 2021-02-16 17:04:53 +05:30
YoutubeDL.py [formatsort] Remove forced priority of quality 2021-02-19 00:12:21 +05:30