We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install -U cfscrape
Run python --version and paste the output below:
python --version
Python 3.11.0
Run pip show cfscrape and paste the output below:
pip show cfscrape
Name: cfscrape Version: 2.1.1
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)
(If the problem doesn't involve an exception being raised, leave this blank)
https://fpminer.com/ https://you.com
https://dpaste.org/QXXZn https://dpaste.org/uc5Yo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pip install -U cfscrape
Python version number
Run
python --version
and paste the output below:cfscrape version number
Run
pip show cfscrape
and 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
The text was updated successfully, but these errors were encountered: