Give preference to format 34 before format 5 in quality list
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 28 Feb 2010 22:49:52 +0000 (23:49 +0100)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:26:34 +0000 (11:26 +0100)
youtube-dl

index 485484c92d8f5c5c602444a325ad12fbd181fd3b..10dd7c7916c990815c4c388211e1c17d709b1dce 100755 (executable)
@@ -636,7 +636,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 = ['37', '22', '35', '18', '5', '17', '13', None] # listed in order of priority for -b flag
+       _available_formats = ['37', '22', '35', '18', '34', '5', '17', '13', None] # listed in order of priority for -b flag
        _video_extensions = {
                '13': '3gp',
                '17': 'mp4',