Add comment about weird .video extension for format 38
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Tue, 13 Jul 2010 17:01:43 +0000 (19:01 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:28:17 +0000 (11:28 +0100)
youtube-dl

index 71bf6aecc2db82200366cf194b07172579b80d75..481f9f400422149f552a490847558fb8cf43e960 100755 (executable)
@@ -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',
        }