forked from minhngoc25a/youtube-dl
[keek] fix test title
This commit is contained in:
parent
6a24cb3d22
commit
80e98aed69
|
@ -14,8 +14,8 @@ class KeekIE(InfoExtractor):
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'NODfbab',
|
'id': 'NODfbab',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'test chars: "\'/\\ä<>This is a test video for youtube-dl.For more information, contact phihag@phihag.de . - Video - Videos on Keek',
|
'title': 'test chars: "\'/\\\xe4<>This is a test video for youtube-dl.For more information, contact phihag@phihag.de . - Video - Videos on Keek',
|
||||||
'description': 'test chars: "\'/\\ä<>This is a test video for youtube-dl.For more information, contact phihag@phihag.de .',
|
'description': 'md5:35d42050a3ece241d5ddd7fdcc6fd896',
|
||||||
'uploader': 'ytdl',
|
'uploader': 'ytdl',
|
||||||
'uploader_id': 'eGT5bab',
|
'uploader_id': 'eGT5bab',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue