[openload] Make thumbnail optional

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

@ -122,6 +122,6 @@ class OpenloadIE(InfoExtractor):
'id': video_id,
'title': title,
'ext': ext,
'thumbnail': self._og_search_thumbnail(webpage),
'thumbnail': self._og_search_thumbnail(webpage, default=None),
'url': video_url,
}

Loading…
Cancel
Save