Я запустил службы Tor и polipo и добавил
Код: Выделить всё
class ProxyMiddleware(object): # overwrite process request def
process_request(self, request, spider):
# Set the location of the proxy
request.meta['proxy'] = "127.0.0.1:8123"
Подробнее здесь: https://stackoverflow.com/questions/273 ... g-to-crawl
Мобильная версия