projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3048e82
)
[nuvid] Remove superfluous slash
author
Sergey M․
<dstftw@gmail.com>
Mon, 9 Jun 2014 13:41:33 +0000
(20:41 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 9 Jun 2014 13:41:33 +0000
(20:41 +0700)
youtube_dl/extractor/nuvid.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/nuvid.py
b/youtube_dl/extractor/nuvid.py
index fa2ec19cf5692543192d1b6f74af2dc44dbbb5ec..280328b78306e5ab332cbb7111127f832c6c9aba 100644
(file)
--- a/
youtube_dl/extractor/nuvid.py
+++ b/
youtube_dl/extractor/nuvid.py
@@
-61,7
+61,7
@@
class NuvidIE(InfoExtractor):
return {
'id': video_id,
'title': title,
- 'thumbnail': 'http://m.nuvid.com
/
%s' % thumbnail,
+ 'thumbnail': 'http://m.nuvid.com%s' % thumbnail,
'duration': duration,
'upload_date': upload_date,
'age_limit': 18,