How to properly use Rules, restrict_xpaths to crawl and parse URLs with scrapy?

前端 未结 1 1276
耶瑟儿~
耶瑟儿~ 2021-02-09 23:53

I am trying to program a crawl spider to crawl RSS feeds of a website and then parsing the meta tags of the article.

The first RSS page is a page that displays the RSS c

相关标签:
1条回答
  • 2021-02-10 00:41

    You've returned an empty items, you need to append item to items.
    You can also yield item in the loop.

    0 讨论(0)
提交回复
热议问题