From 82746a2b76e5948333133bfe07c1042af2cd33b7 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 10 Jan 2019 23:54:18 +0100 Subject: Initial commit --- crawler/neodarznet/items.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 crawler/neodarznet/items.py (limited to 'crawler/neodarznet/items.py') diff --git a/crawler/neodarznet/items.py b/crawler/neodarznet/items.py new file mode 100644 index 0000000..850cec8 --- /dev/null +++ b/crawler/neodarznet/items.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- + +import scrapy + + +class NeodarznetItem(scrapy.Item): + pass -- cgit v1.2.1