Merge pull request #1622 from rbrito/fix-extension

extractor: youtube: Set extension of AAC audio formats to m4a.
This commit is contained in:
Philipp Hagemeister 2013-10-22 15:16:26 -07:00
commit 6803655ced
1 changed files with 5 additions and 3 deletions

View File

@ -236,11 +236,13 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
'136': 'mp4',
'137': 'mp4',
'138': 'mp4',
'139': 'mp4',
'140': 'mp4',
'141': 'mp4',
'160': 'mp4',
# Dash mp4 audio
'139': 'm4a',
'140': 'm4a',
'141': 'm4a',
# Dash webm
'171': 'webm',
'172': 'webm',