scrapy / quotesbot

This is a sample Scrapy project for educational purposes

Home Page:http://doc.scrapy.org/en/latest/intro/tutorial.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

items.py is not required from now?

internalG opened this issue · comments

Since Scrapy 1.0 you can return Python dictionaries in the spiders, so no, the items.py file is no longer required.