ytdl/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
extractor [youtube] Remove the nondash formats (fixes #5774) 2015-05-24 18:26:20 +02:00
postprocessor
__init__.py
__main__.py
aes.py [aes] Fix for python 3.2 2015-05-22 00:06:10 +06:00
cache.py
compat.py
jsinterp.py
options.py [options] Clarify --metadata-from-title additional templates 2015-05-21 22:06:25 +06:00
swfinterp.py
update.py
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
YoutubeDL.py