1
0
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:
Déstin Reed
2016-06-25 18:21:28 +02:00
Unverified
parent 0e073ce26a
commit d023fd66b2
-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'),