yt-dlp/youtube_dl
Jaime Marquínez Ferrándiz 04b3b3df05 [youtube] Remove the nondash formats (fixes #5774)
Since we use fixed values for some fields like width and height they can be wrong, and would get picked by some formats filters.
For example for https://www.youtube.com/watch?v=EQCrhbBxsjA the biggest height is 720 and for nondash formats it's set to 1440, so -f 'bestvideo[height>=1200]+bestaudio' would incorrectly pick the nondash format, instead it should report that the requested format is not available.
2015-05-24 18:26:20 +02:00
..
2015-05-08 03:11:24 +08:00
2015-05-22 00:06:10 +06:00
2015-02-18 10:47:42 +01:00
2014-12-13 12:35:45 +01:00
2015-03-27 13:02:20 +01:00
2015-05-20 10:01:48 +02:00