about summary refs log tree commit diff
path: root/youtube_dl/extractor/nuvid.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-06-09 20:41:33 +0700
committerSergey M․ <dstftw@gmail.com>2014-06-09 20:41:33 +0700
commit828553b614e091c181a519db9c451c133011016b (patch)
tree0a4cc5c2161a4a2b2e4a2d326659153b2a7fad32 /youtube_dl/extractor/nuvid.py
parent3048e82a94bc29a5bba56688dbf824380442405a (diff)
downloadyoutube-dl-828553b614e091c181a519db9c451c133011016b.tar.gz
youtube-dl-828553b614e091c181a519db9c451c133011016b.tar.xz
youtube-dl-828553b614e091c181a519db9c451c133011016b.zip
[nuvid] Remove superfluous slash
Diffstat (limited to 'youtube_dl/extractor/nuvid.py')
-rw-r--r--youtube_dl/extractor/nuvid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/nuvid.py b/youtube_dl/extractor/nuvid.py
index fa2ec19cf..280328b78 100644
--- 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,