From 29cea71ab8f2624e84309bb57d0a278ddc78dfbc Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sun, 23 Jun 2019 11:42:43 +0800 Subject: [PATCH] added xueqiu spider --- spiders/xueqiu/xueqiu/pipelines.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/spiders/xueqiu/xueqiu/pipelines.py b/spiders/xueqiu/xueqiu/pipelines.py index 5fc397f2..6785ace1 100644 --- a/spiders/xueqiu/xueqiu/pipelines.py +++ b/spiders/xueqiu/xueqiu/pipelines.py @@ -9,8 +9,6 @@ import os from pymongo import MongoClient - - class XueqiuPipeline(object): mongo = MongoClient( host='localhost',