summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-11-14 16:44:24 +0600
committerSergey M․ <dstftw@gmail.com>2015-11-14 16:44:24 +0600
commit0d85c3a7327e75173897d0e212254e496a46ea2d (patch)
tree3469f035eec2a90c82a0bfe8651fc45c44c3b52a
parent903d1369428f72397dbc698654dbad445ecaf2ac (diff)
downloadyoutube-dl-0d85c3a7327e75173897d0e212254e496a46ea2d.tar.gz
youtube-dl-0d85c3a7327e75173897d0e212254e496a46ea2d.tar.xz
youtube-dl-0d85c3a7327e75173897d0e212254e496a46ea2d.zip
[lynda] Style
-rw-r--r--youtube_dl/extractor/lynda.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/lynda.py b/youtube_dl/extractor/lynda.py
index 7d78a8805..3d7e7e003 100644
--- a/youtube_dl/extractor/lynda.py
+++ b/youtube_dl/extractor/lynda.py
@@ -25,7 +25,7 @@ class LyndaBaseIE(InfoExtractor):
         self._login()
 
     def _login(self):
-        (username, password) = self._get_login_info()
+        username, password = self._get_login_info()
         if username is None:
             return