Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lynda Member only video download #2125

Closed
piyushverma opened this issue Jan 9, 2014 · 5 comments
Closed

Lynda Member only video download #2125

piyushverma opened this issue Jan 9, 2014 · 5 comments
Labels

Comments

@piyushverma
Copy link

@piyushverma piyushverma commented Jan 9, 2014

I just see great feature in youtube-dl. it allow to download from lynda.com.

But if video are paid it give message "Video %s is only available for members' % video_id"

Would it be possible to get userName and password in shell and login and download those video ?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 10, 2014

It is easily possible. The only problem with this is lynda's paid-only membership. You can, however, assist by providing an account credentials.

@piyushverma
Copy link
Author

@piyushverma piyushverma commented Jan 11, 2014

Hello Sergey,

I can not disclose account details publicly how ever if you provide your
personal email I can pass to you.

Thanks & Regards

Piyush Verma

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 11, 2014

Hi, you can contact me via dstftw AT gmail.com.

@phihag phihag closed this in 7ee40b5 Jan 12, 2014
phihag added a commit that referenced this issue Jan 12, 2014
[lynda] Add support for member accounts and paid videos (Closes #2125)
@piyushverma
Copy link
Author

@piyushverma piyushverma commented Jan 12, 2014

Perfect it works out of box.

How ever some small point may help others.

When I try to download normal way
./youtube-dl http://www.lynda.com/Blogger-tutorials/Creating-one-year-plan/122472/137666-4.html

It give error.
[lynda] 137666: Downloading video JSON
ERROR: lynda returned error: Session has expired

By looking in patch I notice some line
ACCOUNT_CREDENTIALS_HINT = 'Use --username and --password options to provide lynda.com account credentials.'

So I try
./youtube-dl http://www.lynda.com/Blogger-tutorials/Creating-one-year-plan/122472/137666-4.html --username abc@abc.com --password pwd

It works perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
@piyushverma @dstftw and others
You can’t perform that action at this time.