]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
Update and correct (format,extension) table for YouTube
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 26 Apr 2009 20:01:50 +0000 (22:01 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:12 +0000 (11:24 +0100)
youtube-dl

index 496ae036fa7c98ed3166e0dfb16e857f4efad409..9fe58a3547e37858ecc3c02482b7bf2c4654be79 100755 (executable)
@@ -561,7 +561,8 @@ class YoutubeIE(InfoExtractor):
 
                # Extension
                video_extension = {
-                       '17': '3gp',
+                       '13': '3gp',
+                       '17': 'mp4',
                        '18': 'mp4',
                        '22': 'mp4',
                }.get(format_param, 'flv')