redjonmata

Results 1 issues of redjonmata

I've trying to use scrapy-crawlera as a proxy for scraping some data. I've added these rows in settings.py: `DOWNLOADER_MIDDLEWARES = { 'scrapy_crawlera.CrawleraMiddleware': 610, } CRAWLERA_ENABLED = True CRAWLERA_APIKEY = 'MY_CRAWLERA_API_KEY'`...