]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/funimation.py
New upstream version 2018.06.18
[youtubedl] / youtube_dl / extractor / funimation.py
index 107f658baf2c393036dd4d2c770c01258e29e1a9..07d01caecfe6a1cc9bde8e23eb8d3955cdeda62c 100644 (file)
@@ -51,7 +51,7 @@ class FunimationIE(InfoExtractor):
     }]
 
     def _login(self):
-        (username, password) = self._get_login_info()
+        username, password = self._get_login_info()
         if username is None:
             return
         try: