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.
[anime-on-demand.de] download broken #24727
Comments
|
Hi! I testet the downloader with the following Syntax:
And it works as expected! I only used the first file, because i only have a none payed Account. regards Oneboy1979 |
|
Tried It again just now, same params as in my first post. Looks like it was a cloudfront related issue, download now works after the provider allowed users to select a different server location. |
Checklist
Verbose log
youtube-dl --add-metadata --no-geo-bypass --all-subs --write-sub -o "%%(playlist)s/%%(playlist_index)s - %%(title)s.%%(ext)s" --username "PRIVATE" --password "PRIVATE" -f "best[format_id*=ger-Dub][height=720]/best[format_id*=ger-Dub]" -v https://www.anime-on-demand.de/anime/179Description
Error 403 when trying to download the chunklist.m3u8
It appears that youtube-dl isn't passsing the appropiate headers, referer and GET parameters when trying to download the chunk list. Tested with both cookie-jar and username/password login.
Suggestion: add the GET parameters of the playlist URL to the chunklist URL & add the appropiate headers
At the time of opening this issue the site associated with this extractor has a free weekend.
Here is a request comparison between youtube-dl and chrome, copied from devtools:
Broken youtube-dl request:
Working Browser request: