[imgur] Don't fail on missing OpenGraph title

This commit is contained in:
bitraid 2019-02-12 13:04:41 +02:00
parent 985637cbbf
commit 04a145207e
No known key found for this signature in database
GPG Key ID: 140D99CA504654D3

View File

@ -87,7 +87,7 @@ class ImgurIE(InfoExtractor):
return { return {
'id': video_id, 'id': video_id,
'formats': formats, 'formats': formats,
'title': self._og_search_title(webpage), 'title': self._og_search_title(webpage, default='untitled'),
} }