1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

Escapist videos are acutally .mp4, not .flv

This commit is contained in:
Tim Douglas 2013-03-06 12:46:45 -05:00
parent 967897fd22
commit 47dcd621c0

View file

@ -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,