mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[vbox7] Don't set the extension to 'flv' (fixes #3836)
This commit is contained in:
parent
11b3ce8509
commit
8e6f8051f0
1 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,7 @@ class Vbox7IE(InfoExtractor):
|
|||
'md5': '99f65c0c9ef9b682b97313e052734c3f',
|
||||
'info_dict': {
|
||||
'id': '249bb972c2',
|
||||
'ext': 'flv',
|
||||
'ext': 'mp4',
|
||||
'title': 'Смях! Чудо - чист за секунди - Скрита камера',
|
||||
},
|
||||
}
|
||||
|
@ -50,7 +50,6 @@ def _real_extract(self, url):
|
|||
return {
|
||||
'id': video_id,
|
||||
'url': final_url,
|
||||
'ext': 'flv',
|
||||
'title': title,
|
||||
'thumbnail': thumbnail_url,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue