Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
首先阅读: http://readthedocs.org/docs/scrapy/ en/latest/intro/tutorial.html
我在 scrapy 中创建了一个项目。以下是获取该特定 XML 的所有 url 的代码。您应该使用蜘蛛目录。
First of all read: http://readthedocs.org/docs/scrapy/en/latest/intro/tutorial.html
I created a project in scrapy. Here is the code to fetch all urls of that specific XML. You should use spiders-directory.