extractor: youtube: Fix extension of dash formats.
authorRogério Brito <rbrito@ime.usp.br>
Fri, 18 Oct 2013 21:53:00 +0000 (18:53 -0300)
committerRogério Brito <rbrito@ime.usp.br>
Fri, 18 Oct 2013 21:53:00 +0000 (18:53 -0300)
While we are at it, separate the audio formats from the video formats.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
youtube_dl/extractor/youtube.py

index cfc142f2658944de57aaa48821d9480f596fd61b..96ead331042ad918de9db6bc5a2612192d122659 100644 (file)
@@ -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',