1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-06 14:43:39 +08:00

[Flipagram] Remove 'ext' field as its already defined in 'formats'

This commit is contained in:
Déstin Reed
2016-06-25 18:21:28 +02:00
Unverified
parent a2105ed5d0
commit b77bd403ee
-1
View File
@@ -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'),