archSpeechReco/src/spiders/items.py

6 lines
115 B
Python
Raw Normal View History

2019-11-16 21:24:28 +01:00
from scrapy.item import Item, Field
class MovieItem(Item):
url = Field()
title = Field()
mp4 = Field()