Scrapy, privoxy and Tor: SocketError: [Errno 61] Connection refused
问题 I am using Scrapy with Privoxy and Tor. Here is my previous question Scrapy with Privoxy and Tor: how to renew IP, and here is the spider: from scrapy.contrib.spiders import CrawlSpider from scrapy.selector import Selector from scrapy.http import Request class YourCrawler(CrawlSpider): name = "****" start_urls = [ 'https://****.com/listviews/titles.php', ] allowed_domains = ["****.com"] def parse(self, response): # go to the urls in the list s = Selector(response) page_list_urls = s.xpath('//