diff options
| author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-05-30 19:46:08 +0200 | 
|---|---|---|
| committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:28:10 +0100 | 
| commit | 0b59bf4a5e87f3e3c20520e906532ccb916f75cd (patch) | |
| tree | dea11f060c584459b9973e7447d2656788773318 | |
| parent | 896a6ea9e2a695f3a2aa116ce6d561071f3c61cd (diff) | |
Add webm extension to formats 43 and 45 (fixes issue #139)
| -rwxr-xr-x | youtube-dl | 2 | 
1 files changed, 2 insertions, 0 deletions
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  | 
