[Flipagram] Don't make title optional
This commit is contained in:
parent
8666546015
commit
9910e48f1f
@ -86,7 +86,7 @@ class FlipagramIE(InfoExtractor):
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': content_data.get('title'),
|
||||
'title': content_data['title'],
|
||||
'formats': formats,
|
||||
'thumbnails': thumbnails,
|
||||
'description': content_data.get('description'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user