美文网首页
python 爬虫过h2协议的5秒盾

python 爬虫过h2协议的5秒盾

作者: a十二_4765 | 来源:发表于2023-11-22 14:00 被阅读0次

安装过五秒盾的库  pip install curl_cffi 
"""

from curl_cffi import requests

url ='https://www.bitget.com/support/_next/data/D4QXDehNSreRghXr0ijwa/en/support/sections/12508313404800/1.json?slug=12508313404800'  

response = requests.get(url, impersonate='chrome110').json

print(response)

""""

相关文章

网友评论

      本文标题:python 爬虫过h2协议的5秒盾

      本文链接:https://www.haomeiwen.com/subject/avziwdtx.html