]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/animeondemand.py
Remove sensitive data from logging in messages
[youtube-dl.git] / youtube_dl / extractor / animeondemand.py
index 69d36331157010cf5411316096b1a940be5422c1..34c2b363ea3fbb69765be83b57244913e48c85c5 100644 (file)
@@ -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,
             })