mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
too many slashes
This commit is contained in:
parent
377232ef5a
commit
063cbb063c
1 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ class WDRIE(InfoExtractor):
|
|||
'is_live': is_live,
|
||||
}
|
||||
if 'previewImage' in media_resource:
|
||||
info_dict['thumbnail'] = 'https://' + media_resource['previewImage'].replace('~_v-%%FORMAT%%', '')
|
||||
info_dict['thumbnail'] = 'https:' + media_resource['previewImage'].replace('~_v-%%FORMAT%%', '')
|
||||
return info_dict
|
||||
|
||||
|
||||
|
|
@ -271,7 +271,7 @@ class WDRPageIE(WDRIE): # XXX: Do not subclass from concrete IE
|
|||
'ext': 'mp4',
|
||||
'title': 'Rollen-Herstellung',
|
||||
'alt_title': 'Die Sendung mit der Maus',
|
||||
'thumbnail': 'https:////kinder.wdr.de/tv/die-sendung-mit-der-maus/20250921-die-sendung-mit-der-maus-vom-104.jpg',
|
||||
'thumbnail': 'https://kinder.wdr.de/tv/die-sendung-mit-der-maus/20250921-die-sendung-mit-der-maus-vom-104.jpg',
|
||||
'upload_date': '20250921',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue