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
You've returned an empty items, you need to append item to items. You can also yield item in the loop.
items
item
yield item