摘要:
1 from scrapy import log 2 from scrapy.contrib.spiders import XMLFeedSpider 3 from myproject.items import TestItem 4 5 class MySpider(XMLFeedSpider)... 阅读全文
摘要:
http://scrapy-chs.readthedocs.org/zh_CN/latest/topics/spiders.html 阅读全文