mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[dvtv] Fix thumbnail scheme
This commit is contained in:
parent
e2f65efcf9
commit
2c2a42587b
@ -92,7 +92,7 @@ def _parse_video_metadata(self, js, video_id):
|
||||
return {
|
||||
'id': metadata['mediaid'],
|
||||
'title': unescapeHTML(metadata['title']),
|
||||
'thumbnail': self._proto_relative_url(metadata['image']),
|
||||
'thumbnail': self._proto_relative_url(metadata['image'], 'http:'),
|
||||
'formats': formats
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user