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