mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 01:13:15 +00:00
[ie/generic] Fix KVS thumbnail extraction
Closes #8045 Authored by: bashonly
This commit is contained in:
parent
308936619c
commit
5367585219
|
@ -2370,7 +2370,7 @@ def _extract_kvs(self, url, webpage, video_id):
|
||||||
'id': flashvars['video_id'],
|
'id': flashvars['video_id'],
|
||||||
'display_id': display_id,
|
'display_id': display_id,
|
||||||
'title': title,
|
'title': title,
|
||||||
'thumbnail': thumbnail,
|
'thumbnail': urljoin(url, thumbnail),
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue