from scrapy.item import Item, Field class MovieItem(Item): url = Field() title = Field() mp4 = Field()