scrapy 关于 rule, 关于多页

分页

https://www.jianshu.com/p/0c957c57ae10

关于 follow=true, rule

https://zhuanlan.zhihu.com/p/25650763

关于rule

Each Rule defines a certain behaviour for crawling the site. Rules objects are described below. If multiple rules match the same link, the first one will be used, according to the order they’re defined in this attribute.

further more,

rule (xxxx , callback=F1 ... )

rule (yyyy, callback=F1 ... )

def F1,

def F2

上一篇:web前端开发工程师工资多少


下一篇:Node.js实战项目学习系列(3) CommonJS 模块化规范