1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-26 02:14:32 +01:00

Fix unicode weird characters

This commit is contained in:
Lyz 2019-10-25 17:43:53 +02:00
parent f424a20b90
commit 868586835e
No known key found for this signature in database
GPG Key ID: 6C7D7C1612CDE02F

View File

@ -35,7 +35,7 @@ class BandcampIE(InfoExtractor):
'ext': 'mp3', 'ext': 'mp3',
'title': "youtube-dl \"'/\\\u00e4\u21ad - youtube-dl test song \"'/\\\u00e4\u21ad", 'title': "youtube-dl \"'/\\\u00e4\u21ad - youtube-dl test song \"'/\\\u00e4\u21ad",
'timestamp': 1354224127, 'timestamp': 1354224127,
'uploader': 'youtube-dl \\"\'/\\\\ä↭', 'uploader': 'youtube-dl \\"\'/\\\\\u00e4\u21ad',
'upload_date': '20121129', 'upload_date': '20121129',
'duration': 9.8485, 'duration': 9.8485,
}, },