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 webm extension to formats 43 and 45 (fixes issue
#139
)
rtmp_test
Ricardo Garcia
15 years ago
parent
896a6ea9e2
commit
0b59bf4a5e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
youtube-dl
+ 2
- 0
youtube-dl
View File
@ -691,6 +691,8 @@ class YoutubeIE(InfoExtractor):
'18': 'mp4',
'22': 'mp4',
'37': 'mp4',
'43': 'webm',
'45': 'webm',
}
@staticmethod
Write
Preview
Loading…
Cancel
Save