mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[openload] Make thumbnail optional
This commit is contained in:
parent
e9063b5de9
commit
c83a352227
1 changed files with 1 additions and 1 deletions
|
@ -122,6 +122,6 @@ def _real_extract(self, url):
|
|||
'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…
Reference in a new issue