Skip to content

v0.17.0

Latest

Choose a tag to compare

@Gallaecio Gallaecio released this 28 Jul 17:15
· 1 commit to master since this release
  • Added support for Scrapy 2.13+.

  • Lowered the minimum required Scrapy version from 2.10 to 2.7.

  • The start_requests API parameter is deprecated in favor of a new
    spider_start API parameter.

    Same with the corresponding __init__ parameter and attribute of the
    CrawlManager class.