1、获取列表页文章url集合:
scrapy shell http://blog.jobbole.com/all-posts/ response.css('div.post-meta a.archive-title::attr(href)').extract()