[ie/generic] Fix KVS thumbnail extraction

Closes #8045
Authored by: bashonly
pull/8128/head
bashonly 2023-09-16 16:20:34 -05:00
rodzic 308936619c
commit 5367585219
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 783F096F253D15B0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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