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?