mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-23 07:02:52 +08:00
Lynda has changed their 'SignIn' path
updated path from [website]/signin to [website]signin/lynda updated path from [website]/signin/password to [website]signin/lynda/password updated path from [website]/signin/user to [website]signin/lynda/user
This commit is contained in:
parent
6864855eb1
commit
ca11eba773
@ -15,9 +15,9 @@ from ..utils import (
|
|||||||
|
|
||||||
|
|
||||||
class LyndaBaseIE(InfoExtractor):
|
class LyndaBaseIE(InfoExtractor):
|
||||||
_SIGNIN_URL = 'https://www.lynda.com/signin'
|
_SIGNIN_URL = 'https://www.lynda.com/signin/lynda'
|
||||||
_PASSWORD_URL = 'https://www.lynda.com/signin/password'
|
_PASSWORD_URL = 'https://www.lynda.com/signin/lynda/password'
|
||||||
_USER_URL = 'https://www.lynda.com/signin/user'
|
_USER_URL = 'https://www.lynda.com/signin/lynda/user'
|
||||||
_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