Scrapy 框架源码解析
- 架构解析(Architecture overview)
- 设置(Settings)
- Downloader 中间件(Downloader Middleware)
- 请求和回应(Requests and Responses)
- 物品(Items)
- 物品管道(Item Pipeline)
- 管道(Pipeline)
- 爬虫页(Spiders)
- Spider中间件(Spider Middleware)
- 链接提取器(Link Extractors)
- 物品加载(Item Loaders)
- 选择器(Selectors)
- 输出文件(Feed exports)
- 异常操作(Exceptions)
- 命令行工具(Command line tool)
爬虫管理框架
Scrapy 爬虫标准化项目
提交答案