mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 23:12:40 +00:00
[Gamekings] Use thumbnail in return statement
This commit is contained in:
parent
955c5505e7
commit
c36b09a502
1 changed files with 1 additions and 0 deletions
|
@ -66,4 +66,5 @@ def _real_extract(self, url):
|
|||
'url': video_url,
|
||||
'title': self._og_search_title(webpage),
|
||||
'description': self._og_search_description(webpage),
|
||||
'thumbnail': image
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue