mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-06 11:45:52 +08:00
[Flipagram] Remove 'ext' field as its already defined in 'formats'
This commit is contained in:
@@ -92,7 +92,6 @@ class FlipagramIE(InfoExtractor):
|
||||
'id': video_id,
|
||||
'title': content_data.get('title'),
|
||||
'formats': formats,
|
||||
'ext': 'mp4',
|
||||
'thumbnails': thumbnails,
|
||||
'description': content_data.get('description'),
|
||||
'uploader': user.get('name'),
|
||||
|
||||
Reference in New Issue
Block a user