摘要: 使用scrapy首先需要安装 python环境使用3.6 windows下激活进入python3.6环境 mac下 安装 scrapy setting.py里面 关闭robot.txt遵循 分析目标网站规则 www.pexels.com https://www.pexels.com/photo/ma 阅读全文
posted @ 2019-11-04 22:54 brady-wang 阅读(785) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*- # Define your item pipelines here # # Don't forget to add your pipeline to the ITEM_PIPELINES setting # See: https://docs.scra 阅读全文
posted @ 2019-11-04 15:41 brady-wang 阅读(657) 评论(0) 推荐(0)