summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-07-13 19:01:43 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:28:17 +0100
commit9e9647d9a155870a462679bc750ebb2519fcecff (patch)
tree8453e9dbf5df5001975f4fa0df9199e67ee9e8f0
parent8da0080d362c8fd958d4027b52f0920635e26cad (diff)
downloadyoutube-dl-9e9647d9a155870a462679bc750ebb2519fcecff.tar.gz
youtube-dl-9e9647d9a155870a462679bc750ebb2519fcecff.tar.xz
youtube-dl-9e9647d9a155870a462679bc750ebb2519fcecff.zip
Add comment about weird .video extension for format 38
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
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',
 	}