diff options
| author | Tim Douglas <me@timdoug.com> | 2013-03-06 12:46:45 -0500 | 
|---|---|---|
| committer | Tim Douglas <me@timdoug.com> | 2013-03-06 12:46:45 -0500 | 
| commit | 47dcd621c0ee23018ba306ee7f6ba6e338ef06da (patch) | |
| tree | d2a0d0680cb260770184f2175a0cbcc1164a709c | |
| parent | 967897fd227c85ebe3368b359a4f8c471e513de6 (diff) | |
Escapist videos are acutally .mp4, not .flv
| -rwxr-xr-x | youtube_dl/InfoExtractors.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index 7ce84fe79..6b03bf307 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, | 
