Python version number
Run python --version and paste the output below:
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
https://dpaste.org/QXXZn
https://dpaste.org/uc5Yo
pip install -U cfscrapePython version number
Run
python --versionand paste the output below:cfscrape version number
Run
pip show cfscrapeand paste the output below:Code snippet involved with the issue
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
https://dpaste.org/QXXZn
https://dpaste.org/uc5Yo