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
[youtube] Use mp4 as extension for format 38 (
Fixes
#892
)
rtmp_test
Philipp Hagemeister
12 years ago
parent
d02ecdefab
commit
d69cf69a6a
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/extractor/youtube.py
+ 1
- 1
youtube_dl/extractor/youtube.py
View File
@ -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
'
,
Write
Preview
Loading…
Cancel
Save