2016-03-31 7 views

Antwort

1
proxy_support=urllib.request.ProxyHandler({'http':random.choice(iplist)}) 

Sie haben nur Proxy für http bereitgestellt. Für Sites mit https benötigen Sie einen separaten Proxy.

urllib.request.ProxyHandler({'http':random.choice(iplist), 'https': "https://host:port'})