mirror of https://github.com/scrapy/scrapy.git
* ExecutionManager
* deprecated runonce(*args)
* changed start() to start(keep_alive=Bool)
* changed crawl(*args) to crawl(requests, spider=None)
* if no spider given, tries to resolve spider
for each request
* added crawl_url(url, spider=None)
* added crawl_request(request, spider=None)
* added crawl_domain(domain)
* added crawl_spider(spider)
* updated commands: crawl, runspider, start
* updated webconsole
* updated crawler
* updated tests.test_engine
* updated utils.fetch
|
||
|---|---|---|
| bin | ||
| docs | ||
| examples | ||
| extras | ||
| profiling/priorityqueue | ||
| scrapy | ||
| scripts | ||
| .hgignore | ||
| .hgtags | ||
| AUTHORS | ||
| INSTALL | ||
| LICENSE | ||
| MANIFEST.in | ||
| README | ||
| setup.cfg | ||
| setup.py | ||
README
This is Scrapy, an opensource screen scraping framework written in Python. For more visit the project home page at http://scrapy.org