aboutsummaryrefslogtreecommitdiff
path: root/web_grater/web_grater/items.py
blob: 3e08b63e106d7f4ce29e35b7c8354a5ac56a9566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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 WebGraterItem(scrapy.Item):
    # define the fields for your item here like:
    # name = scrapy.Field()
    pass