Include format 5 in best quality list
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Mon, 13 Jul 2009 13:47:06 +0000 (15:47 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:43 +0000 (11:24 +0100)
youtube-dl

index 36b6331cb09c90e2f0736e6e76536675eb248707..5ca7f2519892d2fdd5f95980e0fa637059312d9f 100755 (executable)
@@ -510,7 +510,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', '35', '18', '17', '13'] # listed in order of priority for -b flag
+       _available_formats = ['22', '35', '18', '5', '17', '13'] # listed in order of priority for -b flag
        _video_extensions = {
                '13': '3gp',
                '17': 'mp4',