timotheus / ebaysdk-python

eBay API SDK for Python
https://developer.ebay.com/tools/sdks
Other
809 stars 326 forks source link

proxies can not use scoks5 #339

Open Phil413 opened 3 years ago

Phil413 commented 3 years ago

Hi, The proxy does not support socks

if self.proxy_host:
    proxy = 'http://%s:%s' % (self.proxy_host, self.proxy_port)
    self.proxies = {
        'http': proxy,
        'https': proxy
    }