This repository has been archived on 2020-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
IRProject/imgur/items.py
Claudio Maggioni (maggicl) 68f7091ecb Done scraper
2020-11-04 15:36:32 +01:00

12 lines
261 B
Python

# Define here the models for your scraped items
#
# See documentation in:
# https://docs.scrapy.org/en/latest/topics/items.html
import scrapy
class ImgurItem(scrapy.Item):
# define the fields for your item here like:
# name = scrapy.Field()
pass