Browse Source

[nuvid] Remove superfluous slash

totalwebcasting
Sergey M․ 10 years ago
parent
commit
828553b614
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/nuvid.py

+ 1
- 1
youtube_dl/extractor/nuvid.py View File

@ -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