[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
parent a2105ed5d0
commit b77bd403ee

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'),