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.
Crunchyroll: Unable To Download Webpage: HTTP Error 403 #26017
Comments
|
I'm having exactly the same problem. |
|
Since Make
|
|
@muneebmahmed thank you so much for all the info, I tried the steps you listed and I believe it was all done correctly but Im still getting the 403 error withe following log. Any ideas of what else it could be or maybe if I missed something else? [debug] System config: [] |
|
@AldoDominguez Oh, I didn't see that you were passing in username and password on the command line. #25481 appears to be a related issue... Instead of supplying username and password from the command line, have you tried logging in with a web browser, exporting your cookies to a cookies.txt file and then passing it in with the From the discussion on the other issue it looks like the problem is that TLS 1.3 is needed, but I'm not sure why it works without credentials but not for the login page. |
|
@muneebmahmed I've actually tried it without the credentials and I still run into the same issue, this page does have free videos to so even those first free episodes should download. |
|
@AldoDominguez I managed to solve my 403 error by upgrading from python 3.6 to 3.8; however, I see that you're already using 3.8, so obviously your problem is different to mine. Now, this is just be a stab in the dark, but I noticed in your error message, that the URL ('https://www.crunchyroll.com/the-god-of-high-school\u2028') ends in "\u2028", which I believe is a new line character. Maybe this is the problem? |
Checklist
Verbose log
Description
Running into error message ( HTTP Error 403 ) on Crunchyroll site only, I tried to clear the youtube-dl cache with the following command: --rm-cache-dir but it still comes up with the same message afterwards, I made sure everything was up to date and the site is working. I don't see an open case for this issue so I apologize in advance if I missed something.