mirror of https://github.com/yt-dlp/yt-dlp.git
[ie/generic] Fix KVS thumbnail extraction
Closes #8045 Authored by: bashonly
This commit is contained in:
parent
308936619c
commit
5367585219
|
@ -2370,7 +2370,7 @@ class GenericIE(InfoExtractor):
|
|||
'id': flashvars['video_id'],
|
||||
'display_id': display_id,
|
||||
'title': title,
|
||||
'thumbnail': thumbnail,
|
||||
'thumbnail': urljoin(url, thumbnail),
|
||||
'formats': formats,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue