mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Remove sensitive data from logging in messages
This commit is contained in:
		| @@ -61,7 +61,7 @@ class SafariBaseIE(InfoExtractor): | ||||
|         request = sanitized_Request( | ||||
|             self._LOGIN_URL, urlencode_postdata(login_form), headers=headers) | ||||
|         login_page = self._download_webpage( | ||||
|             request, None, 'Logging in as %s' % username) | ||||
|             request, None, 'Logging in') | ||||
|  | ||||
|         if not is_logged(login_page): | ||||
|             raise ExtractorError( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․