-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
[BrightcoveNew] Add playlist support #21331
Conversation
3df6bcd
to
8d6685b
Compare
@dstftw Could you take a look at this? It's not much new code. I'd really like to add BC playlist support. Thanks! |
Does not seem to work.
must extract playlist of 7 video entries not a single video with all playlist entries dumped as formats. |
@dstftw Okay, it extracts playlists now. How is this? |
@dstftw I made the requested changes. Please confirm. |
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:
What is the purpose of your pull request?
Description of your pull request and other information
I added support for playlist streams to BrightcoveNewIE, including an additional test. Only differences between 'playlist' and 'video' streams are the 'xxxId' part of the URL and the format of the JSON response, both of which are covered in this PR.