mirror of https://github.com/scrapy/scrapy.git
instead of global limits per spider which were a bit useless. This removes the setting CONCURRENT_REQUESTS_PER_SPIDER and adds thre new settings: * CONCURRENT_REQUESTS * CONCURRENT_REQUESTS_PER_DOMAIN * CONCURRENT_REQUESTS_PER_IP (overrides per domain) The AutoThrottle extension had to be disabled, but will be ported and re-enabled soon. |
||
|---|---|---|
| bin | ||
| debian | ||
| docs | ||
| extras | ||
| profiling/priorityqueue | ||
| scrapy | ||
| scrapyd | ||
| scripts | ||
| .coveragerc | ||
| .hgignore | ||
| .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