Browse Source

[lynda] Style

totalwebcasting
Sergey M․ 9 years ago
parent
commit
0d85c3a732
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save