yt-dlc/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
..
downloader [downloader/rtmp] Fix a typo 2015-05-08 03:11:24 +08:00
extractor [youtube] Remove the nondash formats (fixes #5774) 2015-05-24 18:26:20 +02:00
postprocessor Merge branch 'best-fallback-on-outdated-avconv' of https://github.com/dstftw/youtube-dl into dstftw-best-fallback-on-outdated-avconv 2015-05-14 15:18:58 +06:00
YoutubeDL.py [YoutubeDL] Clarify incompatible formats merge message 2015-05-17 20:56:03 +06:00
__init__.py [postprocessor/embedthumbnail] Use thumbnails downloaded by YoutubeDL 2015-05-14 02:32:00 +08:00
__main__.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
aes.py [aes] Fix for python 3.2 2015-05-22 00:06:10 +06:00
cache.py [cache] Fix writing to paths with unicode characters 2014-11-19 00:02:24 +01:00
compat.py Remove code that was only used by the Grooveshark extractor 2015-05-02 17:29:56 +02:00
jsinterp.py [jsinterp] Disable comment support 2015-02-18 10:47:42 +01:00
options.py [options] Clarify `--metadata-from-title` additional templates 2015-05-21 22:06:25 +06:00
swfinterp.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
update.py Don't use bare 'except:' 2015-03-27 13:02:20 +01:00
utils.py [yahoo] Add support for closed captions (closes #5714) 2015-05-19 00:50:24 +08:00
version.py release 2015.05.20 2015-05-20 10:01:48 +02:00