projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
896a6ea
)
Add webm extension to formats 43 and 45 (fixes issue #139)
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 30 May 2010 17:46:08 +0000
(19:46 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:28:10 +0000
(11:28 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 514f71aa643883a333694b561adae42118162db2..ebf510d218a4c41c66f470bce60eb31800872d55 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-691,6
+691,8
@@
class YoutubeIE(InfoExtractor):
'18': 'mp4',
'22': 'mp4',
'37': 'mp4',
+ '43': 'webm',
+ '45': 'webm',
}
@staticmethod