1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

fixed typo

This commit is contained in:
Johny Mo Swag 2013-03-06 21:14:46 -08:00
parent 40634747f7
commit 61e40c88a9

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,