mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-09-26 19:38:37 +09:00
[nuvid] Remove superfluous slash
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user