about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-05-02 14:40:29 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:24:12 +0100
commitd09744d0553650065195a212a826e4267bcfed7b (patch)
tree16afbb67f81dc32c1b3bc2185d8e40dd19e6ca55
parent1c76e23e0fca5e16a1fc4f0baca58503ba7ec639 (diff)
downloadyoutube-dl-d09744d0553650065195a212a826e4267bcfed7b.tar.gz
youtube-dl-d09744d0553650065195a212a826e4267bcfed7b.tar.xz
youtube-dl-d09744d0553650065195a212a826e4267bcfed7b.zip
Add format 35 (flv) as second best in quality
-rwxr-xr-xyoutube-dl2
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',