summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohny Mo Swag <johnymo@me.com>2013-03-06 21:14:46 -0800
committerJohny Mo Swag <johnymo@me.com>2013-03-06 21:14:46 -0800
commit61e40c88a989d31b6f06d7001f614d62f06941a5 (patch)
tree5556dd1feb3440e75a0c4df09ef2659bf866d1a1
parent40634747f74d2c85b28ee33f11672378c9b30949 (diff)
downloadyoutube-dl-61e40c88a989d31b6f06d7001f614d62f06941a5.tar.gz
youtube-dl-61e40c88a989d31b6f06d7001f614d62f06941a5.tar.xz
youtube-dl-61e40c88a989d31b6f06d7001f614d62f06941a5.zip
fixed typo
-rwxr-xr-xyoutube_dl/InfoExtractors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py
index 8be2f160c..58803c48a 100755
--- a/youtube_dl/InfoExtractors.py
+++ b/youtube_dl/InfoExtractors.py
@@ -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,