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.
What is the purpose of my issue?
My favorite IPTV provider zattoo.com recently switched their streaming technology from Adobe HDS to MPEG-DASH. You can only access their content through a valid subscription (which is free) and an IP from one of the following countries: Switzerland, Germany, Spain, Denmark, UK. I used to start a video in the browser, pause it but leave the window open. That would create an authentication token and keep it valid, so I could download the HDS fragments from the command line using an external script.
Now that there is DASH implemented, I tried to use youtube-dl with the manifest URL:
That is what the manifest looks like:
For comparison I also tried it without the auth token:
I am pretty sure that a download should be possible. Could you please tell me what I am doing wrong?