mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-31 10:29:34 +00:00
[Dailymotion] fix uploader name (fixes #3153)
This commit is contained in:
parent
89a8c423c7
commit
85342674b2
@ -150,7 +150,7 @@ def _real_extract(self, url):
|
|||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
'uploader': info['owner_screenname'],
|
'uploader': info['owner.screenname'],
|
||||||
'upload_date': video_upload_date,
|
'upload_date': video_upload_date,
|
||||||
'title': self._og_search_title(webpage),
|
'title': self._og_search_title(webpage),
|
||||||
'subtitles': video_subtitles,
|
'subtitles': video_subtitles,
|
||||||
|
Loading…
Reference in New Issue
Block a user