mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[Dailymotion] fix uploader name (fixes #3153)
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Petr Půlpán
					Petr Půlpán