projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16597c2
)
[lynda] Fix authentication (closes #18158)
author
Hakim Boyles
<hak@volkanite.net>
Thu, 29 Nov 2018 18:20:27 +0000
(14:20 -0400)
committer
Sergey M
<dstftw@gmail.com>
Thu, 29 Nov 2018 18:20:27 +0000
(
01:20
+0700)
youtube_dl/extractor/lynda.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/lynda.py
b/youtube_dl/extractor/lynda.py
index 4ba61cd8a1ccc187eaa539114796a35d083737a2..3084c6dffc9cd3b32ede52906669299807a9ad20 100644
(file)
--- 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.'