projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cce722b
)
extractor: youtube: Set extension of AAC audio formats to m4a.
author
Rogério Brito
<rbrito@ime.usp.br>
Fri, 18 Oct 2013 20:50:55 +0000
(17:50 -0300)
committer
Rogério Brito
<rbrito@ime.usp.br>
Fri, 18 Oct 2013 20:50:55 +0000
(17:50 -0300)
This, in particular, eases downloading both audio and videos in DASH formats
before muxing them, which alleviates the problem that I exposed on issue
Furthermore, one may argue that this is, indeed, the case for correctness's
sake.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
youtube_dl/extractor/youtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/youtube.py
b/youtube_dl/extractor/youtube.py
index fb7c42830781bf4cbf3f3ba78547e6defe5b13c5..cfc142f2658944de57aaa48821d9480f596fd61b 100644
(file)
--- a/
youtube_dl/extractor/youtube.py
+++ b/
youtube_dl/extractor/youtube.py
@@
-237,9
+237,9
@@
class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
'137': 'mp4',
'138': 'mp4',
'139': 'mp4',
- '140': 'm
p4
',
- '141': 'm
p4
',
- '160': 'm
p4
',
+ '140': 'm
4a
',
+ '141': 'm
4a
',
+ '160': 'm
4a
',
# Dash webm
'171': 'webm',