From: Ricardo Garcia Date: Sun, 30 May 2010 17:46:08 +0000 (+0200) Subject: Add webm extension to formats 43 and 45 (fixes issue #139) X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=0b59bf4a5e87f3e3c20520e906532ccb916f75cd;p=youtube-dl.git Add webm extension to formats 43 and 45 (fixes issue #139) --- diff --git a/youtube-dl b/youtube-dl index 514f71aa6..ebf510d21 100755 --- a/youtube-dl +++ b/youtube-dl @@ -691,6 +691,8 @@ class YoutubeIE(InfoExtractor): '18': 'mp4', '22': 'mp4', '37': 'mp4', + '43': 'webm', + '45': 'webm', } @staticmethod