mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05: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