mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 19:37:21 +08:00
unicode_literals
This commit is contained in:
parent
675f754e36
commit
94392f8edd
@ -18,7 +18,7 @@ class SportBoxEmbedIE(InfoExtractor):
|
|||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '211355',
|
'id': '211355',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': u'В Новороссийске прошел детский турнир «Поле славы боевой»',
|
'title': 'В Новороссийске прошел детский турнир «Поле славы боевой»',
|
||||||
'thumbnail': r're:^https?://.*\.jpg$',
|
'thumbnail': r're:^https?://.*\.jpg$',
|
||||||
'duration': 292,
|
'duration': 292,
|
||||||
'view_count': int,
|
'view_count': int,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user