]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/twitch.py
New upstream version 2017.12.31
[youtubedl] / youtube_dl / extractor / twitch.py
index fefcd28078f6c69058366fbb7b8f9e616508fbb6..bf57eac01f2f42dd5dd4d4fc7bdce55f08ee7513 100644 (file)
@@ -101,7 +101,7 @@ class TwitchBaseIE(InfoExtractor):
             fail(clean_html(login_page))
 
         redirect_page, handle = login_step(
-            login_page, handle, 'Logging in as %s' % username, {
+            login_page, handle, 'Logging in', {
                 'username': username,
                 'password': password,
             })