nog.infio.mirror/example_scr/scrapy/tutorial/tutorial/items.py

15 lines
288 B
Python
Raw Normal View History

2019-08-09 08:16:46 +02:00
# -*- coding: utf-8 -*-
# Define here the models for your scraped items
#
# See documentation in:
# https://doc.scrapy.org/en/latest/topics/items.html
import scrapy
class TutorialItem(scrapy.Item):
# define the fields for your item here like:
# name = scrapy.Field()
pass