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/yt_dlp
pukkandan eedda5252c
[utils] `FormatSorter`: Improve `size` and `br`
Closes #1596

Previously, when some formats have accurate size and some approximate,
the ones with accurate size was always prioritized

For formats with known tbr and unknown vbr/abr, we were setting
(vbr=tbr, abr=0) for sorting to work. This is no longer needed.

Authored by pukkandan, u-spec-png
2 years ago
..
__pyinstaller [dependencies] Simplify `Cryptodome` 2 years ago
compat [core] Workaround erroneous urllib Windows proxy parsing (#7092) 2 years ago
dependencies [dependencies/Cryptodome] Fix `__bool__` 2 years ago
downloader [extractor/niconico:live] Add extractor (#5764) 2 years ago
extractor [extractor/zaiko] ZaikoETicket: Add extractor (#7347) 2 years ago
postprocessor [postprocessor] Print newline for `--progress-template` 2 years ago
utils [utils] `FormatSorter`: Improve `size` and `br` 2 years ago
YoutubeDL.py Auto-select default format in `-f-` (#7101) 2 years ago
__init__.py [core] Implement `--color` flag (#6904) 2 years ago
__main__.py [cleanup] Misc 2 years ago
aes.py [dependencies] Simplify `Cryptodome` 2 years ago
cache.py [cleanup] Misc 2 years ago
cookies.py [cookies] Update for chromium changes (#6897) 2 years ago
jsinterp.py [jsinterp] Fix global object extraction 2 years ago
minicurses.py [docs] Consistent use of `e.g.` (#4643) 3 years ago
options.py [core] Implement `--color` flag (#6904) 2 years ago
plugins.py [plugins] Don't look in `.egg` directories 2 years ago
socks.py [compat] Remove more functions 3 years ago
update.py [update] Implement `--update-to` repo 2 years ago
version.py Release 2023.03.04 2 years ago
webvtt.py [webvtt] Handle premature EOF 2 years ago