[imgur] Don't fail on missing OpenGraph title
This commit is contained in:
parent
985637cbbf
commit
04a145207e
@ -87,7 +87,7 @@ class ImgurIE(InfoExtractor):
|
||||
return {
|
||||
'id': video_id,
|
||||
'formats': formats,
|
||||
'title': self._og_search_title(webpage),
|
||||
'title': self._og_search_title(webpage, default='untitled'),
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user