]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/safari.py
Remove sensitive data from logging in messages
[youtube-dl.git] / youtube_dl / extractor / safari.py
index 909a6ba97993f161c6c39646b073185733626d18..cc6698f882a5859883372b32dc71578ebe37da8a 100644 (file)
@@ -61,7 +61,7 @@ class SafariBaseIE(InfoExtractor):
         request = sanitized_Request(
             self._LOGIN_URL, urlencode_postdata(login_form), headers=headers)
         login_page = self._download_webpage(
-            request, None, 'Logging in as %s' % username)
+            request, None, 'Logging in')
 
         if not is_logged(login_page):
             raise ExtractorError(