2018年1月25日

scrapy的简单使用以及相关设置属性的介绍

摘要: 0. 楔子(一个最简单的案例) 1.scrapy.Spider scrapy.spiders.Spider name allowed_domains start_urls custom_settings :在爬虫运行时用这个属性里的设置覆盖默认设置,它本身是字典格式的。 Crawler 该属性在初始 阅读全文

posted @ 2018-01-25 17:53 zhang293 阅读(2171) 评论(0) 推荐(0) 编辑

导航