mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-18 01:56:03 +03:00
Otherwise it's impossible to only download non-DASH formats, for example `best[height=?480]/best` would download a DASH video if it's the only one with height=480, instead for falling back to the second format specifier. For audio only urls (soundcloud, bandcamp ...), the best audio will be downloaded as before.