TeamHG-Memex / scrapy-rotating-proxies

use multiple proxies with Scrapy
MIT License
733 stars 156 forks source link

Does it works with https or socks proxy? #22

Closed ghostku closed 5 years ago

ghostku commented 5 years ago

Does it works with https or socks proxy?

kmike commented 5 years ago

It works with https proxies because Scrapy doesn't support socks proxies (see https://github.com/scrapy/scrapy/issues/747).