raena-crawler-engine/oliveyoung_crawler/items.py

13 lines
268 B
Python
Raw Normal View History

2024-01-24 13:05:07 +00:00
# Define here the models for your scraped items
#
# See documentation in:
# https://docs.scrapy.org/en/latest/topics/items.html
import scrapy
class RaenaCrawlerItem(scrapy.Item):
# define the fields for your item here like:
# name = scrapy.Field()
pass