首页 > 编程语言 >python3 The owner of this website (future.com) has banned your access based on your browser's s

python3 The owner of this website (future.com) has banned your access based on your browser's s

时间:2023-01-04 10:44:22浏览次数:54  
标签:浏览器 com future UserAgent ua your

 打开网站出现“The owner of this website (future.com) has banned your access based on your browser's signature (784)“  在

翻译一下:本网站(future.com)的所有者已根据您的浏览器签名(784060f27a0a984f-ua60)禁止您访问。

打开时浏览器可以用随机代理

#随机生成用户代理
from fake_useragent import UserAgent
def get_userAgent():
# ua = UserAgent(use_cache_server=False)
# ua = UserAgent(verify_ssl=False)

ua = UserAgent()
# useragent =ua.chrome
return ua.random

标签:浏览器,com,future,UserAgent,ua,your
From: https://www.cnblogs.com/shaosks/p/17024224.html

相关文章