scrapinghub / scrapyrt

HTTP API for Scrapy spiders
BSD 3-Clause "New" or "Revised" License
832 stars 162 forks source link

fix for scrapy 2.11 compatibility on crawler object #153

Closed pawelmhm closed 1 year ago

pawelmhm commented 1 year ago

fixes #152

This addresses scrapy changes introduced here https://github.com/scrapy/scrapy/pull/6038

It will make project incompatible with older versions of scrapy, but I think it is ok, project is small, if someone needs compat with older versions of scrapy there is always option of installing older scrapyrt