mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-01-07 17:16:08 +00:00
[videomore] Fix typo
This commit is contained in:
parent
3ceccade87
commit
4340727e6c
|
@ -114,7 +114,7 @@ class VideomoreIE(InfoExtractor):
|
||||||
|
|
||||||
data = self._download_json(
|
data = self._download_json(
|
||||||
'http://videomore.ru/video/tracks/%s.json' % video_id,
|
'http://videomore.ru/video/tracks/%s.json' % video_id,
|
||||||
video_id, 'Downloadinng video JSON')
|
video_id, 'Downloading video JSON')
|
||||||
|
|
||||||
title = data.get('title') or data['project_title']
|
title = data.get('title') or data['project_title']
|
||||||
description = data.get('description') or data.get('description_raw')
|
description = data.get('description') or data.get('description_raw')
|
||||||
|
|
Loading…
Reference in a new issue