Add webm extension to formats 43 and 45 (fixes issue #139)
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 30 May 2010 17:46:08 +0000 (19:46 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:28:10 +0000 (11:28 +0100)
youtube-dl

index 514f71aa643883a333694b561adae42118162db2..ebf510d218a4c41c66f470bce60eb31800872d55 100755 (executable)
@@ -691,6 +691,8 @@ class YoutubeIE(InfoExtractor):
                '18': 'mp4',
                '22': 'mp4',
                '37': 'mp4',
+               '43': 'webm',
+               '45': 'webm',
        }
 
        @staticmethod