[lynda] Fix authentication (closes #18158)
authorHakim Boyles <hak@volkanite.net>
Thu, 29 Nov 2018 18:20:27 +0000 (14:20 -0400)
committerSergey M <dstftw@gmail.com>
Thu, 29 Nov 2018 18:20:27 +0000 (01:20 +0700)
youtube_dl/extractor/lynda.py

index 4ba61cd8a1ccc187eaa539114796a35d083737a2..3084c6dffc9cd3b32ede52906669299807a9ad20 100644 (file)
@@ -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.'