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/pipelines.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 crawler/neodarznet/pipelines.py (limited to 'crawler/neodarznet/pipelines.py') diff --git a/crawler/neodarznet/pipelines.py b/crawler/neodarznet/pipelines.py new file mode 100644 index 0000000..71e7865 --- /dev/null +++ b/crawler/neodarznet/pipelines.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- + + +class NeodarznetPipeline(object): + def process_time(self, item, spider): + return item -- cgit v1.2.1