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:
parent
f424a20b90
commit
868586835e
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user