[flipagram] Add proper default to _search_json_ld call

master
Sergey M․ 8 years ago
parent 1e7f602e2a
commit e8ed7354e6
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -48,7 +48,7 @@ class FlipagramIE(InfoExtractor):
flipagram = video_data['flipagram']
video = flipagram['video']
json_ld = self._search_json_ld(webpage, video_id, default=False)
json_ld = self._search_json_ld(webpage, video_id, default={})
title = json_ld.get('title') or flipagram['captionText']
description = json_ld.get('description') or flipagram.get('captionText')

Loading…
Cancel
Save