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
Update and correct (format,extension) table for YouTube
rtmp_test
Ricardo Garcia
16 years ago
parent
2f11508ada
commit
8d2c83eda5
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
youtube-dl
+ 2
- 1
youtube-dl
View File
@ -561,7 +561,8 @@ class YoutubeIE(InfoExtractor):
# Extension
video_extension = {
'17': '3gp',
'13': '3gp',
'17': 'mp4',
'18': 'mp4',
'22': 'mp4',
}.get(format_param, 'flv')
Write
Preview
Loading…
Cancel
Save