]> jfr.im git - yt-dlp.git/commitdiff
[ie/generic] Fix KVS thumbnail extraction
authorbashonly <redacted>
Sat, 16 Sep 2023 21:20:34 +0000 (16:20 -0500)
committerbashonly <redacted>
Sat, 16 Sep 2023 21:20:34 +0000 (16:20 -0500)
Closes #8045
Authored by: bashonly

yt_dlp/extractor/generic.py

index f5c59a0930f3abb1f58f6d50d17557437fb8c56d..33e71d1c572989c5ef90454ea6c2f457422b71f4 100644 (file)
@@ -2370,7 +2370,7 @@ def _extract_kvs(self, url, webpage, video_id):
             'id': flashvars['video_id'],
             'display_id': display_id,
             'title': title,
-            'thumbnail': thumbnail,
+            'thumbnail': urljoin(url, thumbnail),
             'formats': formats,
         }