This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[lynda] Style
totalwebcasting
Sergey M․
9 years ago
parent
903d136942
commit
0d85c3a732
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/lynda.py
+ 1
- 1
youtube_dl/extractor/lynda.py
View File
@ -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
Write
Preview
Loading…
Cancel
Save