projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8da0080
)
Add comment about weird .video extension for format 38
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Tue, 13 Jul 2010 17:01:43 +0000
(19:01 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:28:17 +0000
(11:28 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 71bf6aecc2db82200366cf194b07172579b80d75..481f9f400422149f552a490847558fb8cf43e960 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-693,7
+693,7
@@
class YoutubeIE(InfoExtractor):
'18': 'mp4',
'22': 'mp4',
'37': 'mp4',
- '38': 'video',
+ '38': 'video',
# You actually don't know if this will be MOV, AVI or whatever
'43': 'webm',
'45': 'webm',
}