You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
orcloudscraper
which are supposed to bypass the Cloudflare challenge because it is the v2Some methods are possible:
cf_clearance
andcf_chl2
.undetected_chromedriver
but requires xvfb to be invisible (not compatible with Windows)The text was updated successfully, but these errors were encountered: