projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ceccad
)
[videomore] Fix typo
author
Sergey M․
<dstftw@gmail.com>
Sat, 6 Feb 2016 16:36:30 +0000
(22:36 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 6 Feb 2016 16:36:30 +0000
(22:36 +0600)
youtube_dl/extractor/videomore.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/videomore.py
b/youtube_dl/extractor/videomore.py
index fcee940e6183c9fb1d461eeeb9d699d4c3a5a00a..0bd1e1eec5212f9b2bb101870765b014c062d011 100644
(file)
--- 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, 'Downloadin
n
g video JSON')
+ video_id, 'Downloading video JSON')
title = data.get('title') or data['project_title']
description = data.get('description') or data.get('description_raw')