Select Git revision
Forked from
forschungslabor_digitale_Methoden / regpkpython
2 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
items.py 286 B
# -*- 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 RegpkItem(scrapy.Item):
# define the fields for your item here like:
# name = scrapy.Field()
pass