diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-07-13 19:01:43 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:28:17 +0100 |
commit | 9e9647d9a155870a462679bc750ebb2519fcecff (patch) | |
tree | 8453e9dbf5df5001975f4fa0df9199e67ee9e8f0 | |
parent | 8da0080d362c8fd958d4027b52f0920635e26cad (diff) |
Add comment about weird .video extension for format 38
-rwxr-xr-x | youtube-dl | 2 |
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', } |