commit: 828553b614e091c181a519db9c451c133011016b
parent 3048e82a94bc29a5bba56688dbf824380442405a
Author: Sergey M․ <dstftw@gmail.com>
Date: Mon, 9 Jun 2014 20:41:33 +0700
[nuvid] Remove superfluous slash
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,