mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 09:57:59 +09:00
extractor: youtube: Fix extension of dash formats.
While we are at it, separate the audio formats from the video formats. Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
This commit is contained in:
parent
16f36a6fc9
commit
f6f1fc9286
@ -236,10 +236,12 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
|
||||
'136': 'mp4',
|
||||
'137': 'mp4',
|
||||
'138': 'mp4',
|
||||
'139': 'mp4',
|
||||
'160': 'mp4',
|
||||
|
||||
# Dash mp4 audio
|
||||
'139': 'm4a',
|
||||
'140': 'm4a',
|
||||
'141': 'm4a',
|
||||
'160': 'm4a',
|
||||
|
||||
# Dash webm
|
||||
'171': 'webm',
|
||||
|
Loading…
Reference in New Issue
Block a user