RedSquirrel87 / manga-downloader

A very simple application written in JAVA to download any chapters of any manga from the supported websites
31 stars 1 forks source link

Mangas-origines.fr dont works #544

Open RedSquirrel87 opened 3 years ago

RedSquirrel87 commented 3 years ago

Original report by Anonymous.


Thanks for your great works , https://mangas-origines.fr don't works anymore even with new extension method and "try forcing anti bot protection " redirects me to cloudflare error page( can check the screenshot in attachements)

RedSquirrel87 commented 3 years ago

Original comment by Red Squirrel (Bitbucket: Red_Squirrel, GitHub: RedSquirrel87).


mangas-origines.fr is not between the supported websites of Manga Downloader, are you using a generic framework?

RedSquirrel87 commented 3 years ago

Original comment by Havok corps (Bitbucket: [Havok corps](https://bitbucket.org/Havok corps), ).


Yes, im using Madara(WP CMS) to download on it , i think the problem comes from the antibot blocking on the site.

RedSquirrel87 commented 3 years ago

Original comment by Red Squirrel (Bitbucket: Red_Squirrel, GitHub: RedSquirrel87).


I don’t think is that, or at least not only that. It seems that their pages are loaded with javascript (if you visit it with a web browser you can see that it shows a loading “logo” before displaying you the real page), so it does not seem to be a “normal” website that can be loaded easily by the app with generic frameworks. But i have to investigate better its code, I just gave it a quick look, maybe it’s simpler than it seems

EDIT: never mind, you were right, the problem is that the program always gets error 1020 when trying to access that website, it seems that they have an extremely aggressive protection (maybe a whitelist?) because there is no way to bypass it even using cookies unfortunately

RedSquirrel87 commented 3 years ago

Original comment by Red Squirrel (Bitbucket: Red_Squirrel, GitHub: RedSquirrel87).


Even just trying to open the site with Chrome's dev tools causes the site not to load (it goes in an infinite loop). It really has a high level protection, I don’t know if it’s based on browser signature or really a whitelist of browsers, I couldn’t find any way for the program to access it

RedSquirrel87 commented 3 years ago

Original comment by Havok corps (Bitbucket: [Havok corps](https://bitbucket.org/Havok corps), ).


I also tried the same thing, but the first few days it worked, but as time went on it worked less and less and not at all. They probably noticed the requests and found a way to block them.
Thank you for taking the time to check.