From 0b59bf4a5e87f3e3c20520e906532ccb916f75cd Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Date: Sun, 30 May 2010 19:46:08 +0200 Subject: [PATCH] Add webm extension to formats 43 and 45 (fixes issue #139) --- youtube-dl | 2 ++ 1 file changed, 2 insertions(+) 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