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

Support playlist download for media.ccc.de #14601

Closed
wants to merge 1 commit into from
Closed

Support playlist download for media.ccc.de #14601

wants to merge 1 commit into from

Conversation

rixx
Copy link
Contributor

@rixx rixx commented Oct 27, 2017

Before submitting a pull request make sure you have:

In order to be accepted and merged into youtube-dl each piece of code must be in public domain or released under Unlicense. Check one of the following options:

  • I am the original author of this code and I am willing to release it under Unlicense
  • I am not the original author of this code but it is in public domain or released under Unlicense (provide reliable evidence)

What is the purpose of your pull request?

  • Bug fix
  • Improvement
  • New extractor
  • New feature

Description of your pull request and other information

youtube-dl currently supports downloading single videos from https://media.ccc.de/. As videos there are usually part of an event, it would be useful to download a complete event. This pull requests adds support for event (playlist) downloading using the stable JSON API provided by media.ccc.de and the existing single-file extractor.

@dstftw
Copy link
Collaborator

dstftw commented Dec 9, 2017

Add a test.

@rixx
Copy link
Contributor Author

rixx commented Dec 9, 2017

I didn't find a good example for a playlist test. Could you point me in the right direction?

@dstftw
Copy link
Collaborator

dstftw commented Dec 9, 2017

See Youtube playlist extractor.

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

Successfully merging this pull request may close these issues.

None yet

2 participants