aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/roosterteeth.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/roosterteeth.py')
-rw-r--r--youtube_dl/extractor/roosterteeth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/roosterteeth.py b/youtube_dl/extractor/roosterteeth.py
index 46dfc78..8b70380 100644
--- a/youtube_dl/extractor/roosterteeth.py
+++ b/youtube_dl/extractor/roosterteeth.py
@@ -68,7 +68,7 @@ class RoosterTeethIE(InfoExtractor):
login_request = self._download_webpage(
self._LOGIN_URL, None,
- note='Logging in as %s' % username,
+ note='Logging in',
data=urlencode_postdata(login_form),
headers={
'Referer': self._LOGIN_URL,