aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/animeondemand.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-11-11 20:49:03 +0700
committerSergey M․ <dstftw@gmail.com>2017-11-11 20:52:12 +0700
commite4d9586562d24cbbea6ee07162290ec602399f37 (patch)
tree0504862ff6aca7bcea5aa10b5ebd7135b10753ae /youtube_dl/extractor/animeondemand.py
parent79d1f8ed6803b6097f0f3cd57f72e0378bdc1f34 (diff)
downloadyoutube-dl-e4d9586562d24cbbea6ee07162290ec602399f37.zip
youtube-dl-e4d9586562d24cbbea6ee07162290ec602399f37.tar.gz
youtube-dl-e4d9586562d24cbbea6ee07162290ec602399f37.tar.bz2
Remove sensitive data from logging in messages
Diffstat (limited to 'youtube_dl/extractor/animeondemand.py')
-rw-r--r--youtube_dl/extractor/animeondemand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/animeondemand.py b/youtube_dl/extractor/animeondemand.py
index 69d3633..34c2b36 100644
--- a/youtube_dl/extractor/animeondemand.py
+++ b/youtube_dl/extractor/animeondemand.py
@@ -78,7 +78,7 @@ class AnimeOnDemandIE(InfoExtractor):
post_url = 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={
'Referer': self._LOGIN_URL,
})