From 8d2c83eda50f07447ea93c73e17b9c5330106fbc Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Date: Sun, 26 Apr 2009 22:01:50 +0200 Subject: [PATCH] Update and correct (format,extension) table for YouTube --- youtube-dl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/youtube-dl b/youtube-dl index 496ae036f..9fe58a354 100755 --- a/youtube-dl +++ b/youtube-dl @@ -561,7 +561,8 @@ class YoutubeIE(InfoExtractor): # Extension video_extension = { - '17': '3gp', + '13': '3gp', + '17': 'mp4', '18': 'mp4', '22': 'mp4', }.get(format_param, 'flv')