mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-23 06:53:00 +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):
|
||||
_SIGNIN_URL = 'https://www.lynda.com/signin'
|
||||
_PASSWORD_URL = 'https://www.lynda.com/signin/password'
|
||||
_USER_URL = 'https://www.lynda.com/signin/user'
|
||||
_SIGNIN_URL = 'https://www.lynda.com/signin/lynda'
|
||||
_PASSWORD_URL = 'https://www.lynda.com/signin/lynda/password'
|
||||
_USER_URL = 'https://www.lynda.com/signin/lynda/user'
|
||||
_ACCOUNT_CREDENTIALS_HINT = 'Use --username and --password options to provide lynda.com account credentials.'
|
||||
_NETRC_MACHINE = 'lynda'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user