其他分享
首页 > 其他分享> > 爬虫绕过cloudflare验证

爬虫绕过cloudflare验证

作者:互联网

换另外一个python库:cloudflare-scrape

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:




标签:...,cfscrape,nodejs,CloudflareScraper,scraper,爬虫,绕过,cloudflare
来源: https://www.cnblogs.com/jiyu-hlzy/p/15249685.html