Escapist videos are acutally .mp4, not .flv
parent
967897fd22
commit
47dcd621c0
|
@ -2557,7 +2557,7 @@ class EscapistIE(InfoExtractor):
|
||||||
'uploader': showName,
|
'uploader': showName,
|
||||||
'upload_date': None,
|
'upload_date': None,
|
||||||
'title': showName,
|
'title': showName,
|
||||||
'ext': 'flv',
|
'ext': 'mp4',
|
||||||
'thumbnail': imgUrl,
|
'thumbnail': imgUrl,
|
||||||
'description': description,
|
'description': description,
|
||||||
'player_url': playerUrl,
|
'player_url': playerUrl,
|
||||||
|
|
Loading…
Reference in New Issue