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.com: Add support for extraction of "release-date" & "update-date" html elements #11869

Open
abc9987 opened this issue Jan 29, 2017 · 2 comments
Labels

Comments

@abc9987
Copy link

@abc9987 abc9987 commented Jan 29, 2017

[x] I've verified and I assure that I'm running youtube-dl 2017.01.28
[x] Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Feature request (request for a new functionality)

Hi there,

at the moment, youtube-dl is not supporting the output template "release_date" for Lynda.com courses.

It would be very nice if someone could add a support for extraction of a Lynda.com's course release/update date. The html element ids are "update-date" and "release-date".

The output template should then add the newest of those two dates to the folder/path name in descending order.
E.g. for https://www.lynda.com/Java-tutorials/Up-Running-Java-Applications/435790-2.html with above ids (Updated: 8/1/2016, Released: 2/22/2016)
and the usage of the following commands: youtube-dl --output "E:\Downloads\%%(playlist)s (%%(release_date)s)\
=> E:\Downloads\Up and Running with Java Applications (2016-8-1)\

Best regards

@Nasser-allah
Copy link

@Nasser-allah Nasser-allah commented Jan 29, 2017

I'm looking for that too !!

@duracotton
Copy link

@duracotton duracotton commented Jan 29, 2017

same here..editing the lynda.py wouldn't be the big deal, but I don't know where to "insert" the upload-date/update-date.
The return object of "self.playlist_result()" used here in the code encapsulates only the course-videos, course-id, course-title and course-description (which isn't working):

The upload date is only used in _parse_smil()

@yan12125 yan12125 added the request label Feb 12, 2017
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
4 participants
You can’t perform that action at this time.