Browse Source

[openload] Make thumbnail optional

master
Sergey M․ 8 years ago
parent
commit
c83a352227
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/openload.py

2
youtube_dl/extractor/openload.py

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