Closed harshes53 closed 6 years ago
@harshes53 thanks for trying this out. can please use some screenshots to show me the way you are using hide your creds. here is poc how to use this against organization.
Sooo it worked, all I had to do was to change org_url
in lynda/_compat.py
from
org_url = "https://www.lynda.com/portal/sip?org={organization}"
to
org_url = "https://www.lynda.com/portal/patron?org={organization}"
Thank you! 💯
I'm facing the same problem with my organization account jeffcolibrary.org and ottawa.ca and I tried @harshes53 solution but I'm still facing the same problem, can you help me, please? @harshes53 @r0oth3x49
@Murtadhajfadhil edit this line, replace it with your organization url. make sure {organization}
is still there in URL.
@harshes53 Please can you show me how? This is my organization URL : https://ottawa.ca/en
@Murtadhajfadhil how do you log to lynda.com? ....do you login from any page which is from lynda.com
(official site) ??
from here: https://www.lynda.com/portal/sip?org=ottawa.ca @harshes53
So I have a lynda account using New York Public Library, this is the url I use to access the account: nypl.org
I tried all the possible variations for
-o
, can you show me how to use in a cli for a given organization link?Thanks!