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.
DPlay Nordic #7515
DPlay Nordic #7515
Comments
|
Sorry, missed that. Base URL's do not contain any video id's: The ID is on the page in multiple locations. It then does a GET request to here: |
|
svtplay-dl apparently handles dplay already: https://github.com/spaam/svtplay-dl/blob/master/lib/svtplay_dl/service/dplay.py I don't know about stealing code or whatever. |
Its MIT license is incompatible with the public domain license of youtube-dl, therefore it can't be copied (I'm not a lawyer, but I think you also can't inspect the code and then write your own version for youtube-dl). |
|
Well the method has to be the same at least, so that can't really be avoided. |
|
I have added support. Since downloading the hds streams requires some cookies that I haven't figured out, I used the hsl stream instead. |
|
The cookies required are: |
|
I can't get it to work, feel free to open a PR. |
|
I probably confused the two. HLS should work anyway yeah? |
It works in the videos I have tested. |
Discovery united all their channels on one domain in October, and e.g. kanal5play does not work anymore.
The new site is riddled with sessions, cookies, and stream requests, which is a pain to handle.
I've tried making a downloader myself, but i'm just not good enough at it to make it work.