From: Sergey M․ Date: Mon, 9 Jun 2014 13:41:33 +0000 (+0700) Subject: [nuvid] Remove superfluous slash X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=828553b614e091c181a519db9c451c133011016b;p=youtube-dl [nuvid] Remove superfluous slash --- 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,