换另外一个python库:cloudflare-scrape
-
pip install cfscrape
import cfscrape
scraper = cfscrape.create_scraper() # returns a CloudflareScraper instance
# Or: scraper = cfscrape.CloudflareScraper() # CloudflareScraper inherits from requests.Session
print(scraper.get("http://...",headers={'user-agent':'...'}).text) # => "<!DOCTYPE html><html><head>..."
tip:
- 支持的Python版本:2.6 - 3.7
- 需要nodejs环境
- 安装nodejs
路漫漫其修远兮,吾将上下而求索
作者:纪宇-年华,转载请注明原文链接