FAIL TO BYPASS. Try to check the newest Cloudflare Technique
Queday opened this issue · 1 comments
Queday commented
- I've upgraded cfscrape with
pip install -U cfscrape
- I'm using Node version 10 or higher
- The site protection I'm having issues with is from Cloudflare
- I'm not using Tor, a VPN, or an anonymizing proxy
Python version number
Run python --version
and paste the output below:
Python 3.11.0
cfscrape version number
Run pip show cfscrape
and paste the output below:
Name: cfscrape
Version: 2.1.1
Code snippet involved with the issue
from cfscrape import CloudflareScraper as cfs
#! WEB 1
req = cfs()
resp = req.get('https://fpminer.com/')
print(resp.text)
from cfscrape import CloudflareScraper as cfs
#! WEB 2
req = cfs()
resp = req.get('https://you.com')
print(resp.text)
Complete exception and traceback
(If the problem doesn't involve an exception being raised, leave this blank)
URL of the Cloudflare-protected page
https://fpminer.com/
https://you.com
URL of Pastebin/Gist with HTML source of protected page
okaiff commented
Try to use https://github.com/yoori/flare-bypasser - it working for me