projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d02ecde
)
[youtube] Use mp4 as extension for format 38 (Fixes #892)
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 23 Jun 2013 23:20:29 +0000
(
01:20
+0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 23 Jun 2013 23:22:59 +0000
(
01:22
+0200)
youtube_dl/extractor/youtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/youtube.py
b/youtube_dl/extractor/youtube.py
index fbe8d63a39288b032bb810a71ed95ccc052f063a..5afe064d1645fc7636fffe0fa467acc50bb447bc 100644
(file)
--- a/
youtube_dl/extractor/youtube.py
+++ b/
youtube_dl/extractor/youtube.py
@@
-58,7
+58,7
@@
class YoutubeIE(InfoExtractor):
'18': 'mp4',
'22': 'mp4',
'37': 'mp4',
- '38': '
video', # You actually don't know if this will be MOV, AVI or whatever
+ '38': '
mp4',
'43': 'webm',
'44': 'webm',
'45': 'webm',