This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
Add comment about weird .video extension for format 38
rtmp_test
Ricardo Garcia
15 years ago
parent
8da0080d36
commit
9e9647d9a1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube-dl
+ 1
- 1
youtube-dl
View File
@ -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',
}
Write
Preview
Loading…
Cancel
Save