[nuvid] Remove superfluous slash
[youtube-dl] / youtube_dl / extractor / nuvid.py
index fa2ec19cf5692543192d1b6f74af2dc44dbbb5ec..280328b78306e5ab332cbb7111127f832c6c9aba 100644 (file)
@@ -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,