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