mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 05:47:24 +01:00
Fix incorrectly updated characters
(Sorry for that, that was unintentional, some encoding error.)
This commit is contained in:
parent
f1be31fa80
commit
f09bf69251
@ -172,7 +172,7 @@ class WDRPageIE(WDRIE): # XXX: Do not subclass from concrete IE
|
|||||||
'ext': 'mp3',
|
'ext': 'mp3',
|
||||||
'display_id': 'wdr3-gespraech-am-samstag/audio-schriftstellerin-juli-zeh-100',
|
'display_id': 'wdr3-gespraech-am-samstag/audio-schriftstellerin-juli-zeh-100',
|
||||||
'title': 'Schriftstellerin Juli Zeh',
|
'title': 'Schriftstellerin Juli Zeh',
|
||||||
'alt_title': 'WDR 3 Gespräch am Samstag',
|
'alt_title': 'WDR 3 Gespräch am Samstag',
|
||||||
'upload_date': '20160312',
|
'upload_date': '20160312',
|
||||||
'description': 'md5:e127d320bc2b1f149be697ce044a3dd7',
|
'description': 'md5:e127d320bc2b1f149be697ce044a3dd7',
|
||||||
'is_live': False,
|
'is_live': False,
|
||||||
@ -240,7 +240,7 @@ class WDRPageIE(WDRIE): # XXX: Do not subclass from concrete IE
|
|||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'mdb-1556012',
|
'id': 'mdb-1556012',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'DHB-Vizepräsident Bob Hanning - "Die Weltspitze ist extrem breit"',
|
'title': 'DHB-Vizepräsident Bob Hanning - "Die Weltspitze ist extrem breit"',
|
||||||
'upload_date': '20180111',
|
'upload_date': '20180111',
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
|
Loading…
Reference in New Issue
Block a user