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] Add support for playlists #6203

Open
micyew opened this issue Jul 13, 2015 · 3 comments
Open

[lynda] Add support for playlists #6203

micyew opened this issue Jul 13, 2015 · 3 comments

Comments

@micyew
Copy link

@micyew micyew commented Jul 13, 2015

hi,

Can I know how do I download the whole course from Lynda. I try to create a playlist and download that playlist but fail......

Note: I can download individual video...But how do I do that with playlist/whole course?

C:\Python34\Scripts>youtube-dl http://www.lynda.com/MyPlaylists?playlistId=5180308 --username xxxx --password xxxxx
[generic] MyPlaylists?playlistId=5180308: Requesting header
[redirect] Following redirect to https://www.lynda.com/login/Login.aspx?redirectTo=MyPlaylists%3fplaylistId%3d5180308
[generic] Login: Requesting header
WARNING: Falling back on generic information extractor.
[generic] Login: Downloading webpage
[generic] Login: Extracting information
ERROR: Unsupported URL: https://www.lynda.com/login/Login.aspx?redirectTo=MyPlaylists%3fplaylistId%3d5180308

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 13, 2015

Playlists are not supported currently, use the full URL of course:
youtube-dl -u user -p pass http://www.lynda.com/Bootstrap-tutorials/Up-Running-Bootstrap-3/133339-2.html.

@dstftw dstftw changed the title How do download whole course from Lynda? [lynda] Add support for playlists Jul 14, 2015
@Choochoo
Copy link

@Choochoo Choochoo commented Oct 27, 2016

Google Chrome -> go to a course -> right click on page -> inspect -> inside the console paste this, hit enter. It will copy all links to your clip board for a batch file. Hope it helps.
var output = ""; $.each($("a.item-name"), function(index,item){output += "\n" + $(item).attr("href");}); var copyFrom = $('<textarea/>'); copyFrom.css({ position: "absolute", left: "-1000px", top: "-1000px", }); copyFrom.text(output); $('body').append(copyFrom); copyFrom.select(); document.execCommand('copy');

@Mirage2242
Copy link

@Mirage2242 Mirage2242 commented Nov 9, 2016

Had this same issue. Wanted to download entire playlists from Lynda.com without too much work. Worked around it by watching a second or two of a course in a playlist so that it moves over to your Course History. This history uses the actual course url rather than the playlist autoplay url. Which means that you can mass grab the links to all of the courses in your history using a tool like the Link Klipper add-on for Chrome. It has a mouse drag selection to specify which links to copy from the Course History page. Download as .txt and you have a playlist ready for a batch file.

You will probably find some other tool to grab those links if you need to.

@ytdl-org ytdl-org locked and limited conversation to collaborators Jan 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.