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:
		| @@ -101,7 +101,7 @@ class TwitchBaseIE(InfoExtractor): | ||||
|             fail(clean_html(login_page)) | ||||
|  | ||||
|         redirect_page, handle = login_step( | ||||
|             login_page, handle, 'Logging in as %s' % username, { | ||||
|             login_page, handle, 'Logging in', { | ||||
|                 'username': username, | ||||
|                 'password': password, | ||||
|             }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․