[nuvid] Remove superfluous slash
authorSergey M․ <dstftw@gmail.com>
Mon, 9 Jun 2014 13:41:33 +0000 (20:41 +0700)
committerSergey M․ <dstftw@gmail.com>
Mon, 9 Jun 2014 13:41:33 +0000 (20:41 +0700)
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,