Reputation: 1241
I am using the cloudscraper library (https://pypi.org/project/cloudscraper/) to collect webpages. It was working correctly until recently I cannot use the library to download pages of a website.
import cloudscraper
scraper = cloudscraper.create_scraper()
scraper.run(...)
I am receiving the following error:
cloudscraper.exceptions.CloudflareChallengeError: Detected a Cloudflare version 2 challenge, This feature is not available in the opensource (free) version.
Does anyone know how to bypass this checking?
Upvotes: 5
Views: 10577
Reputation: 29
You can not bypass it, would be a cost to solve it as it needs to solve more complex captchas and other stuff, so no one is offering that for free.
DM the owner on Discord and ask for the premium plan: VeNoMouSNZ#5979
Upvotes: 2
Reputation: 571
You can reach out to the author on discord, and he does have a paid version.
Upvotes: -1