1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-08 21:04:38 +02:00
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
2023-06-21 06:10:38 +05:30
..
__pyinstaller [dependencies] Simplify Cryptodome 2023-02-28 23:15:13 +05:30
compat [core] Workaround erroneous urllib Windows proxy parsing (#7092) 2023-05-27 07:17:27 +00:00
dependencies [dependencies/Cryptodome] Fix __bool__ 2023-03-13 05:21:43 +05:30
downloader [extractor/niconico:live] Add extractor (#5764) 2023-05-29 18:35:10 +09:00
extractor [extractor/zaiko] ZaikoETicket: Add extractor (#7347) 2023-06-20 04:22:36 +00:00
postprocessor [postprocessor] Print newline for --progress-template 2023-06-17 01:43:09 +05:30
utils [utils] FormatSorter: Improve size and br 2023-06-21 06:10:38 +05:30
__init__.py [core] Implement --color flag (#6904) 2023-05-24 20:35:07 +02:00
__main__.py
aes.py [dependencies] Simplify Cryptodome 2023-02-28 23:15:13 +05:30
cache.py [cleanup] Misc 2023-02-17 17:52:22 +05:30
cookies.py [cookies] Update for chromium changes (#6897) 2023-05-29 19:21:35 +05:30
jsinterp.py [jsinterp] Fix global object extraction 2023-06-18 04:11:15 +05:30
minicurses.py
options.py [core] Implement --color flag (#6904) 2023-05-24 20:35:07 +02:00
plugins.py [plugins] Don't look in .egg directories 2023-02-28 23:14:37 +05:30
socks.py
update.py [update] Implement --update-to repo 2023-05-20 21:21:32 +02:00
version.py Release 2023.03.04 2023-03-04 22:24:51 +00:00
webvtt.py
YoutubeDL.py Auto-select default format in -f- (#7101) 2023-05-29 20:20:21 +05:30