[dvtv] Fix thumbnail scheme
This commit is contained in:
parent
e2f65efcf9
commit
2c2a42587b
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class DVTVIE(InfoExtractor):
|
|||
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 a new issue