摘要: 1 from scrapy import log 2 from scrapy.contrib.spiders import XMLFeedSpider 3 from myproject.items import TestItem 4 5 class MySpider(XMLFeedSpider)... 阅读全文
posted @ 2015-07-18 16:56 程序猿进化之路 阅读(597) 评论(0) 推荐(0) 编辑
摘要: http://scrapy-chs.readthedocs.org/zh_CN/latest/topics/spiders.html 阅读全文
posted @ 2015-07-18 16:27 程序猿进化之路 阅读(71) 评论(0) 推荐(0) 编辑