fixed typo
authorJohny Mo Swag <johnymo@me.com>
Thu, 7 Mar 2013 05:14:46 +0000 (21:14 -0800)
committerJohny Mo Swag <johnymo@me.com>
Thu, 7 Mar 2013 05:14:46 +0000 (21:14 -0800)
youtube_dl/InfoExtractors.py

index 8be2f160c1092cbfd0593431dfaaade6268a4827..58803c48a43955e5631f6205402809396b229341 100755 (executable)
@@ -2557,7 +2557,7 @@ class EscapistIE(InfoExtractor):
             'uploader': showName,
             'upload_date': None,
             'title': showName,
-            'ext': 'flv',
+            'ext': 'mp4',
             'thumbnail': imgUrl,
             'description': description,
             'player_url': playerUrl,