|
@@ -4,8 +4,9 @@ class TopicGroup(object):
|
|
|
"""
|
|
|
def __init__(self):
|
|
|
self.spider_list = [
|
|
|
- ("test", "recommend", "test"),
|
|
|
- ("zhsdm", "recommend", "zhuhaoshiduomo"),
|
|
|
+ # ("test", "recommend", "test"),
|
|
|
+ # ("zhsdm", "recommend", "zhuhaoshiduomo"),
|
|
|
+ ("fxs", "recommend", "fuxiaoshun")
|
|
|
]
|
|
|
|
|
|
def produce(self):
|