From: Sergey M․ Date: Sat, 6 Feb 2016 16:36:30 +0000 (+0600) Subject: [videomore] Fix typo X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=4340727e6cbdb55c2d190fe41f38f614a3e3780b;p=youtube-dl [videomore] Fix typo --- diff --git a/youtube_dl/extractor/videomore.py b/youtube_dl/extractor/videomore.py index fcee940e6..0bd1e1eec 100644 --- a/youtube_dl/extractor/videomore.py +++ b/youtube_dl/extractor/videomore.py @@ -114,7 +114,7 @@ class VideomoreIE(InfoExtractor): data = self._download_json( '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'] description = data.get('description') or data.get('description_raw')