Remove sensitive data from logging in messages
This commit is contained in:
parent
79d1f8ed68
commit
e4d9586562
14 changed files with 14 additions and 14 deletions
|
@ -67,7 +67,7 @@ class VKBaseIE(InfoExtractor):
|
|||
|
||||
login_page = self._download_webpage(
|
||||
'https://login.vk.com/?act=login', None,
|
||||
note='Logging in as %s' % username,
|
||||
note='Logging in',
|
||||
data=urlencode_postdata(login_form))
|
||||
|
||||
if re.search(r'onLoginFailed', login_page):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue