projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
903d136
)
[lynda] Style
author
Sergey M․
<dstftw@gmail.com>
Sat, 14 Nov 2015 10:44:24 +0000
(16:44 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 14 Nov 2015 10:44:24 +0000
(16:44 +0600)
youtube_dl/extractor/lynda.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/lynda.py
b/youtube_dl/extractor/lynda.py
index 7d78a880593ee951adf9a9ec0e6d0cde6d46dfff..3d7e7e003e1b2d4dce2d04bdde1d1ae5c252b82d 100644
(file)
--- 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