Files
crawlab/backend/template/scrapy/config_spider/items.py
2019-11-24 18:51:32 +08:00

13 lines
207 B
Python

# -*- coding: utf-8 -*-
# Define here the models for your scraped items
#
# See documentation in:
# https://docs.scrapy.org/en/latest/topics/items.html
import scrapy
class Item(scrapy.Item):
###ITEMS###