1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-21 00:25:42 +07:00

Remove sensitive data from logging in messages

This commit is contained in:
Sergey M․
2017-11-11 20:49:03 +07:00
parent 79d1f8ed68
commit e4d9586562
14 changed files with 14 additions and 14 deletions

View File

@@ -116,7 +116,7 @@ def _login(self):
post_url = compat_urlparse.urljoin(self._LOGIN_URL, post_url)
response = self._download_webpage(
post_url, None, 'Logging in as %s' % username,
post_url, None, 'Logging in',
data=urlencode_postdata(login_form),
headers={'Content-Type': 'application/x-www-form-urlencoded'})