1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-02-12 05:00:11 +00:00

Remove unicode

This commit is contained in:
andrejsky 2018-09-17 16:59:05 +02:00 committed by GitHub
parent 3d20fc10bf
commit 5b42aa585c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ class RTIE(InfoExtractor):
'info_dict': { 'info_dict': {
'id': 'SHxygmDAkNE', 'id': 'SHxygmDAkNE',
'ext': 'mp4', 'ext': 'mp4',
'title': u'ICYMI: Is Elon Musk Tony Stark, or just stark raving mad?', 'title': 'ICYMI: Is Elon Musk Tony Stark, or just stark raving mad?',
'description': 'md5:99e8c3456f6904383399aeeb10784c8b', 'description': 'md5:99e8c3456f6904383399aeeb10784c8b',
'upload_date': '20180914', 'upload_date': '20180914',
'uploader_id': 'UCdgFmrDeP9nWj_eDKW6j9kQ', 'uploader_id': 'UCdgFmrDeP9nWj_eDKW6j9kQ',