Skip to content

Commit

Permalink
[ie/generic] Fix KVS thumbnail extraction
Browse files Browse the repository at this point in the history
Closes #8045
Authored by: bashonly
  • Loading branch information
bashonly committed Sep 16, 2023
1 parent 3089366 commit 5367585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/extractor/generic.py
Expand Up @@ -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,
}

Expand Down

0 comments on commit 5367585

Please sign in to comment.