Files
python/python爬虫/scrapy/meinv/meinv/items.py
T
2025-08-05 09:19:34 +08:00

15 lines
308 B
Python

# Define here the models for your scraped items
#
# See documentation in:
# https://docs.scrapy.org/en/latest/topics/items.html
import scrapy
class MeinvItem(scrapy.Item):
# define the fields for your item here like:
name = scrapy.Field()
img = scrapy.Field()
local_path = scrapy.Field()