[openload] Make thumbnail optional

This commit is contained in:
Sergey M․ 2016-04-25 00:26:06 +06:00
parent e9063b5de9
commit c83a352227
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}