python3 The owner of this website (future.com) has banned your access based on your browser's signature (784)(本网站(future.com)的所有者已根据您的浏览器签名(784060f27a0a984f-ua60)禁止您访问。)

 打开网站出现“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
posted on 2023-01-04 10:39  shaomine  阅读(669)  评论(0编辑  收藏  举报