From 9e9647d9a155870a462679bc750ebb2519fcecff Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Date: Tue, 13 Jul 2010 19:01:43 +0200 Subject: [PATCH] Add comment about weird .video extension for format 38 --- youtube-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube-dl b/youtube-dl index 71bf6aecc..481f9f400 100755 --- a/youtube-dl +++ b/youtube-dl @@ -693,7 +693,7 @@ class YoutubeIE(InfoExtractor): '18': 'mp4', '22': 'mp4', '37': 'mp4', - '38': 'video', + '38': 'video', # You actually don't know if this will be MOV, AVI or whatever '43': 'webm', '45': 'webm', }