You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/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.
9 years ago
..
downloader [downloader/rtmp] Fix a typo 9 years ago
extractor [youtube] Remove the nondash formats (fixes #5774) 9 years ago
postprocessor Merge branch 'best-fallback-on-outdated-avconv' of https://github.com/dstftw/youtube-dl into dstftw-best-fallback-on-outdated-avconv 9 years ago
YoutubeDL.py [YoutubeDL] Clarify incompatible formats merge message 9 years ago
__init__.py [postprocessor/embedthumbnail] Use thumbnails downloaded by YoutubeDL 9 years ago
__main__.py [test_unicode_literals] Arm unicode_literals check 10 years ago
aes.py [aes] Fix for python 3.2 9 years ago
cache.py [cache] Fix writing to paths with unicode characters 10 years ago
compat.py Remove code that was only used by the Grooveshark extractor 9 years ago
jsinterp.py [jsinterp] Disable comment support 9 years ago
options.py [options] Clarify `--metadata-from-title` additional templates 9 years ago
swfinterp.py Fix imports and general cleanup 10 years ago
update.py Don't use bare 'except:' 9 years ago
utils.py [yahoo] Add support for closed captions (closes #5714) 9 years ago
version.py release 2015.05.20 9 years ago