Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Universal Kids #18348
Universal Kids #18348
Comments
|
Okay, trying to use theplatform on one of these links directly gives me this:
I used -dump-pages to look at the offending xml line, which is
column 54 is the equal sign after linkUrl. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.11.23. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Description of your issue, suggested solution and other information
I'm trying to add a universalkids extractor. This seems to be very similar to nbc, usanetworks, etc, which use ThePlatform/adobepass.
However, I can't seem to find good documentation on what I need to provide in _real_extract in those cases. I gather I'm supposed to perhaps set ie_key='ThePlatform', and perhaps use _extract_mvpd_auth and smuggle in the resulting auth into url?
I'm willing to give it a go, but am having trouble untangling the examples.