Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 403 Forbidden : Cloudflare on sushiscan #44

Open
Dorian25 opened this issue May 11, 2023 · 0 comments
Open

Error 403 Forbidden : Cloudflare on sushiscan #44

Dorian25 opened this issue May 11, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Dorian25
Copy link
Owner

image

The site sushiscan.net has set up a protection via Cloudflare to block the scrapers robots (non-human user)

Impossible to download images / pages of a manga via the module cfscrape or cloudscraper which are supposed to bypass the Cloudflare challenge because it is the v2

Some methods are possible:

  • connect via a proxy
  • try to solve the challenge by sending a request with a header containing a cookie that has the variables cf_clearance and cf_chl2.
  • use an undetected embedded browser undetected_chromedriver but requires xvfb to be invisible (not compatible with Windows)
  • use an integrated browser like pywebview / tkwebview2 but impossible to download images only look at them.
@Dorian25 Dorian25 added the bug Something isn't working label May 11, 2023
@Dorian25 Dorian25 self-assigned this Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant