mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 23:25:42 +07:00
[Gamekings] Use thumbnail in return statement
This commit is contained in:
@@ -66,4 +66,5 @@ def _real_extract(self, url):
|
|||||||
'url': video_url,
|
'url': video_url,
|
||||||
'title': self._og_search_title(webpage),
|
'title': self._og_search_title(webpage),
|
||||||
'description': self._og_search_description(webpage),
|
'description': self._og_search_description(webpage),
|
||||||
|
'thumbnail': image
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user