[ie/generic] Fix KVS thumbnail extraction

Closes #8045
Authored by: bashonly
This commit is contained in:
bashonly 2023-09-16 16:20:34 -05:00
parent 308936619c
commit 5367585219
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}