瀏覽代碼

欢欢喜喜祝福到上线

罗俊辉 1 年之前
父節點
當前提交
aa984078fd
共有 3 個文件被更改,包括 9 次插入1 次删除
  1. 2 1
      application/config/topic_group_queue.py
  2. 1 0
      spider/crawler_online/__init__.py
  3. 6 0
      spider/spider_map.py

+ 2 - 1
application/config/topic_group_queue.py

@@ -8,7 +8,8 @@ class TopicGroup(object):
             ("zhsdm", "recommend", "zhuhaoshiduomo"),
             ("fxs", "recommend", "fuxiaoshun"),
             ("zwwfsn", "recommend", "zhuwanwufusunew"),
-            ('zjsjmn', 'recommend', 'zhujinshanjinmeinew')
+            ('zjsjmn', 'recommend', 'zhujinshanjinmeinew'),
+            ('hhxxzfdn', 'recommend', 'huanhuanxixizhufudaonew')
         ]
 
     def produce(self):

+ 1 - 0
spider/crawler_online/__init__.py

@@ -1,4 +1,5 @@
 from .zhuhaoshiduomo import ZhuHaoShiDuoMoRecommend
 from .zhuwanwufusu_2 import ZhuWanWuFuSuRecommend
 from .zhujinshanjinmei_2 import ZhuJinShanJinMeiRecommend
+from .huanhuanxixizhufudao_2 import HHXXZFDRecommend
 from .fuxiaoshun import FuXiaoShunRecommend

+ 6 - 0
spider/spider_map.py

@@ -17,5 +17,11 @@ spider_map = {
     },
     "fuxiaoshun": {
         "recommend": FuXiaoShunRecommend
+    },
+    "zhujinshanjinmeinew": {
+        "recommend": ZhuJinShanJinMeiRecommend
+    },
+    "huanhuanxixizhufudaonew": {
+        "recommend": HHXXZFDRecommend
     }
 }