mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-06 02:18:01 +09:00
[lynda] Fix login (Closes #6462)
This commit is contained in:
parent
a346b1ff57
commit
8a5601e42f
@ -17,7 +17,7 @@ from ..utils import (
|
|||||||
|
|
||||||
class LyndaBaseIE(InfoExtractor):
|
class LyndaBaseIE(InfoExtractor):
|
||||||
_LOGIN_URL = 'https://www.lynda.com/login/login.aspx'
|
_LOGIN_URL = 'https://www.lynda.com/login/login.aspx'
|
||||||
_SUCCESSFUL_LOGIN_REGEX = r'isLoggedIn: true'
|
_SUCCESSFUL_LOGIN_REGEX = r'isLoggedIn\s*:\s*true'
|
||||||
_ACCOUNT_CREDENTIALS_HINT = 'Use --username and --password options to provide lynda.com account credentials.'
|
_ACCOUNT_CREDENTIALS_HINT = 'Use --username and --password options to provide lynda.com account credentials.'
|
||||||
_NETRC_MACHINE = 'lynda'
|
_NETRC_MACHINE = 'lynda'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user