aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xyoutube-dl3
1 files changed, 2 insertions, 1 deletions
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')