master
p6mtf24ic 4 years ago
parent 3f018b4127
commit 622d41e1ef

@ -0,0 +1,14 @@
# Define here the models for your scraped items
#
# See documentation in:
# https://docs.scrapy.org/en/latest/topics/items.html
import scrapy
class JdItem(scrapy.Item):
# define the fields for your item here like:
price = scrapy.Field()
name = scrapy.Field()
#pj = scrapy.Field()
Loading…
Cancel
Save