mirror of https://github.com/scrapy/scrapy.git
This will break any spider that extends `start_requests` and expect a `list` as return value. In the other side: * [Docs](http://doc.scrapy.org/en/latest/topics/spiders.html#scrapy.spider.BaseSpider.start_requests) says that return value is **iterable** not list: * Scrapy core already support consuming start_requests generator on demand so we can avoid problems like #47 * it allows extensions to change starting requests on `spider_opened` signal |
||
|---|---|---|
| bin | ||
| debian | ||
| docs | ||
| extras | ||
| scrapy | ||
| scrapyd | ||
| .coveragerc | ||
| .gitignore | ||
| .hgtags | ||
| AUTHORS | ||
| INSTALL | ||
| LICENSE | ||
| MANIFEST.in | ||
| Makefile.buildbot | ||
| README | ||
| setup.cfg | ||
| setup.py | ||
README
This is Scrapy, an opensource screen scraping framework written in Python. For more info visit the project home page at http://scrapy.org