-
Added support for Scrapy 2.13+.
-
Lowered the minimum required Scrapy version from 2.10 to 2.7.
-
The
start_requestsAPI parameter is deprecated in favor of a new
spider_startAPI parameter.Same with the corresponding
__init__parameter and attribute of the
CrawlManagerclass.