[nuvid] Remove superfluous slash

pull/3073/head
Sergey M․ 10 years ago
parent 3048e82a94
commit 828553b614

@ -61,7 +61,7 @@ class NuvidIE(InfoExtractor):
return { return {
'id': video_id, 'id': video_id,
'title': title, 'title': title,
'thumbnail': 'http://m.nuvid.com/%s' % thumbnail, 'thumbnail': 'http://m.nuvid.com%s' % thumbnail,
'duration': duration, 'duration': duration,
'upload_date': upload_date, 'upload_date': upload_date,
'age_limit': 18, 'age_limit': 18,

Loading…
Cancel
Save