diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-05-02 14:40:29 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:12 +0100 |
commit | d09744d0553650065195a212a826e4267bcfed7b (patch) | |
tree | 16afbb67f81dc32c1b3bc2185d8e40dd19e6ca55 | |
parent | 1c76e23e0fca5e16a1fc4f0baca58503ba7ec639 (diff) |
Add format 35 (flv) as second best in quality
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 91ee099ce..2708fe4e7 100755 --- a/youtube-dl +++ b/youtube-dl @@ -433,7 +433,7 @@ class YoutubeIE(InfoExtractor): _LOGIN_URL = 'http://www.youtube.com/signup?next=/&gl=US&hl=en' _AGE_URL = 'http://www.youtube.com/verify_age?next_url=/&gl=US&hl=en' _NETRC_MACHINE = 'youtube' - _available_formats = ['22', '18', '17', '13'] # listed in order of priority for -b flag + _available_formats = ['22', '35', '18', '17', '13'] # listed in order of priority for -b flag _video_extensions = { '13': '3gp', '17': 'mp4', |