mosswg / dropout-dl

A tool for downloading dropout.tv episodes
GNU General Public License v3.0
28 stars 7 forks source link

Login fails with correct credentials #27

Open r0ckarong opened 1 week ago

r0ckarong commented 1 week ago

I'm trying to log in from my Synology Docker host and the login fails with the error:

docker run --rm -it -v /volume1/docker/dropout-dl/login:/app/login -v /volume1/docker/dropout-dl/output:/Downloads dropout-dl:latest --output-directory /Downloads --captions -s https://www.dropout.tv/make-some-noise/season:3

Logging in...
ERROR: Could not find start of substring
ERROR: Could not find start of substring
ERROR: Could not find start of substring
ERROR: Could not login. Check your login. If you are certain your information is correct please report this issue.

The credentials are correct. I am able to log in to the website and watch but the container can not.

r0ckarong commented 1 week ago

At first glance it looks like they changed some behavior on the website and now the way to login and extract the session cookies/tokens from the header is no longer right. But I don't know that much C++ and haven't dug into it very deeply.