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/utils
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
1 year ago
..
__init__.py [cleanup, utils] Split into submodules (#7090) 1 year ago
_deprecated.py [cleanup, utils] Split into submodules (#7090) 1 year ago
_legacy.py [cookies] Move `YoutubeDLCookieJar` to cookies module (#7091) 1 year ago
_utils.py [utils] `FormatSorter`: Improve `size` and `br` 1 year ago
traversal.py [cleanup, utils] Split into submodules (#7090) 1 year ago