summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-02-06 22:36:30 +0600
committerSergey M․ <dstftw@gmail.com>2016-02-06 22:36:30 +0600
commit4340727e6cbdb55c2d190fe41f38f614a3e3780b (patch)
treea690ddeec051badab9e954b650aa508630d443ee
parent3ceccade87bf9ef8bccf92b353381e04cb32604d (diff)
downloadyoutube-dl-4340727e6cbdb55c2d190fe41f38f614a3e3780b.tar.gz
youtube-dl-4340727e6cbdb55c2d190fe41f38f614a3e3780b.tar.xz
youtube-dl-4340727e6cbdb55c2d190fe41f38f614a3e3780b.zip
[videomore] Fix typo
-rw-r--r--youtube_dl/extractor/videomore.py2
1 files changed, 1 insertions, 1 deletions
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')