Browse Source

[lynda] Fix authentication (closes #18158)

master-ytdl-org
Hakim Boyles 6 years ago
committed by Sergey M
parent
commit
f012823082
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

@ -15,7 +15,7 @@ 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/password'
_USER_URL = 'https://www.lynda.com/signin/user' _USER_URL = 'https://www.lynda.com/signin/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.'


Loading…
Cancel
Save