cloudscraper.exceptions.CloudflareChallengeError: Detected a Cloudflare version 2 challenge, This feature is not available in the opensource (free) version.
xx0bb opened this issue · 0 comments
xx0bb commented
Python version: <3.10>
Operating system: <windows 10>
< C:/Users/xx0bb/AppData/Local/Programs/Python/Python310/python.exe c:/Users/xx0bb/Desktop/y/manga.py>
code:
from turtle import delay
import cloudscraper
scraper = cloudscraper.create_scraper(delay = 10)
print(scraper.get("https://s4.mangarc.com/manga/arb3/data/manga_600c2c265b8ec/b9074e96530dc6714bc56f760a8fb92a/006.jpgcd ").text)
<cloudscraper.exceptions.CloudflareChallengeError: Detected a Cloudflare version 2 challenge, This feature is not
available in the opensource (free) version.>
pip3 show cloudscraper:
Name: cloudscraper
Version: 1.2.60
Summary: A Python module to bypass Cloudflare's anti-bot page.
Home-page: https://github.com/venomous/cloudscraper
Author: VeNoMouS
Author-email: venom@gen-x.co.nz
License: UNKNOWN
Location: c:\users\xx0bb\appdata\local\programs\python\python310\lib\site-packages
Requires: pyparsing, requests, requests-toolbelt
Required-by:
PS