diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-11-14 16:44:24 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-11-14 16:44:24 +0600 |
commit | 0d85c3a7327e75173897d0e212254e496a46ea2d (patch) | |
tree | 3469f035eec2a90c82a0bfe8651fc45c44c3b52a /youtube_dl | |
parent | 903d1369428f72397dbc698654dbad445ecaf2ac (diff) |
[lynda] Style
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/lynda.py | 2 |
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 |