Prefer mp4 over webm - seems to work better for most users
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 16 Sep 2011 22:39:51 +0000 (00:39 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 16 Sep 2011 22:39:51 +0000 (00:39 +0200)
youtube-dl

index df0391f..53d4548 100755 (executable)
@@ -1088,7 +1088,7 @@ class YoutubeIE(InfoExtractor):
        _AGE_URL = 'http://www.youtube.com/verify_age?next_url=/&gl=US&hl=en'
        _NETRC_MACHINE = 'youtube'
        # Listed in order of quality
-       _available_formats = ['38', '37', '45', '22', '43', '35', '34', '18', '6', '5', '17', '13']
+       _available_formats = ['38', '37', '22', '45', '35', '43', '34', '18', '6', '5', '17', '13']
        _video_extensions = {
                '13': '3gp',
                '17': 'mp4',