mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
Merge pull request #728 from timdoug/fix-escapist-extension
Escapist videos are acutally .mp4, not .flv
This commit is contained in:
commit
c2e21f2f0d
1 changed files with 1 additions and 1 deletions
|
@ -2557,7 +2557,7 @@ def _real_extract(self, url):
|
|||
'uploader': showName,
|
||||
'upload_date': None,
|
||||
'title': showName,
|
||||
'ext': 'flv',
|
||||
'ext': 'mp4',
|
||||
'thumbnail': imgUrl,
|
||||
'description': description,
|
||||
'player_url': playerUrl,
|
||||
|
|
Loading…
Reference in a new issue