[Dailymotion] fix uploader name (fixes #3153)
This commit is contained in:
parent
89a8c423c7
commit
85342674b2
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class DailymotionIE(DailymotionBaseInfoExtractor, SubtitlesInfoExtractor):
|
|||
return {
|
||||
'id': video_id,
|
||||
'formats': formats,
|
||||
'uploader': info['owner_screenname'],
|
||||
'uploader': info['owner.screenname'],
|
||||
'upload_date': video_upload_date,
|
||||
'title': self._og_search_title(webpage),
|
||||
'subtitles': video_subtitles,
|
||||
|
|
Loading…
Reference in a new issue