This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
Scraping-Alpha/scraping-alpha/Scraping_Alpha/Scraping_Alpha/items.py
Ben Goldsworthy 57800c7114 1.0 fuck yes
2016-12-26 23:25:34 +00:00

14 lines
292 B
Python

# -*- coding: utf-8 -*-
# Define here the models for your scraped items
#
# See documentation in:
# http://doc.scrapy.org/en/latest/topics/items.html
import scrapy
class ScrapingAlphaItem(scrapy.Item):
# define the fields for your item here like:
# name = scrapy.Field()
pass