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
Merge pull request
#1622
from rbrito/fix-extension
extractor: youtube: Set extension of AAC audio formats to m4a.
rtmp_test
Philipp Hagemeister
11 years ago
parent
df1c39ec5c
f6f1fc9286
commit
6803655ced
1 changed files
with
5 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-3
youtube_dl/extractor/youtube.py
+ 5
- 3
youtube_dl/extractor/youtube.py
View File
@ -236,11 +236,13 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
'
136
'
:
'
mp4
'
,
'
136
'
:
'
mp4
'
,
'
137
'
:
'
mp4
'
,
'
137
'
:
'
mp4
'
,
'
138
'
:
'
mp4
'
,
'
138
'
:
'
mp4
'
,
'
139
'
:
'
mp4
'
,
'
140
'
:
'
mp4
'
,
'
141
'
:
'
mp4
'
,
'
160
'
:
'
mp4
'
,
'
160
'
:
'
mp4
'
,
# Dash mp4 audio
'
139
'
:
'
m4a
'
,
'
140
'
:
'
m4a
'
,
'
141
'
:
'
m4a
'
,
# Dash webm
# Dash webm
'
171
'
:
'
webm
'
,
'
171
'
:
'
webm
'
,
'
172
'
:
'
webm
'
,
'
172
'
:
'
webm
'
,
Write
Preview
Loading…
Cancel
Save