打开网站出现“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():标签:浏览器,com,future,UserAgent,ua,your From: https://www.cnblogs.com/shaosks/p/17024224.html
# ua = UserAgent(use_cache_server=False)
# ua = UserAgent(verify_ssl=False)
ua = UserAgent()
# useragent =ua.chrome
return ua.random