aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/patreon.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/patreon.py')
-rw-r--r--youtube_dl/extractor/patreon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/patreon.py b/youtube_dl/extractor/patreon.py
index a6a2c27..d4b1d34 100644
--- a/youtube_dl/extractor/patreon.py
+++ b/youtube_dl/extractor/patreon.py
@@ -67,7 +67,7 @@ class PatreonIE(InfoExtractor):
'https://www.patreon.com/processLogin',
compat_urllib_parse_urlencode(login_form).encode('utf-8')
)
- login_page = self._download_webpage(request, None, note='Logging in as %s' % username)
+ login_page = self._download_webpage(request, None, note='Logging in')
if re.search(r'onLoginFailed', login_page):
raise ExtractorError('Unable to login, incorrect username and/or password', expected=True)