]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/funimation.py
New upstream version 2017.12.31
[youtubedl] / youtube_dl / extractor / funimation.py
index 8c37509ec60f132671952c8ad018e4ba79a5fac6..107f658baf2c393036dd4d2c770c01258e29e1a9 100644 (file)
@@ -57,7 +57,7 @@ class FunimationIE(InfoExtractor):
         try:
             data = self._download_json(
                 'https://prod-api-funimationnow.dadcdigital.com/api/auth/login/',
-                None, 'Logging in as %s' % username, data=urlencode_postdata({
+                None, 'Logging in', data=urlencode_postdata({
                     'username': username,
                     'password': password,
                 }))