mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-08 18:28:45 +01:00
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