Fix incorrectly updated characters

(Sorry for that, that was unintentional, some encoding error.)
This commit is contained in:
spookyahell 2023-04-03 01:19:03 +02:00 committed by GitHub
parent f1be31fa80
commit f09bf69251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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': {