From: Hakim Boyles Date: Thu, 29 Nov 2018 18:20:27 +0000 (-0400) Subject: [lynda] Fix authentication (closes #18158) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=f012823082c893c0fc1f96afb8a91f5b1c1ae07a;p=youtube-dl [lynda] Fix authentication (closes #18158) --- diff --git a/youtube_dl/extractor/lynda.py b/youtube_dl/extractor/lynda.py index 4ba61cd8a..3084c6dff 100644 --- a/youtube_dl/extractor/lynda.py +++ b/youtube_dl/extractor/lynda.py @@ -15,7 +15,7 @@ from ..utils import ( 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' _USER_URL = 'https://www.lynda.com/signin/user' _ACCOUNT_CREDENTIALS_HINT = 'Use --username and --password options to provide lynda.com account credentials.'