projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f11508
)
Update and correct (format,extension) table for YouTube
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 26 Apr 2009 20:01:50 +0000
(22:01 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:12 +0000
(11:24 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 496ae036fa7c98ed3166e0dfb16e857f4efad409..9fe58a3547e37858ecc3c02482b7bf2c4654be79 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-561,7
+561,8
@@
class YoutubeIE(InfoExtractor):
# Extension
video_extension = {
- '17': '3gp',
+ '13': '3gp',
+ '17': 'mp4',
'18': 'mp4',
'22': 'mp4',
}.get(format_param, 'flv')