浏览代码

公众号老代码,关停

罗俊辉 1 年之前
父节点
当前提交
f76d4f8f35
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      gongzhonghao/gongzhonghao_author/gongzhonghao_author.py

+ 2 - 0
gongzhonghao/gongzhonghao_author/gongzhonghao_author.py

@@ -49,6 +49,7 @@ class GongzhonghaoAuthor:
     # 获取用户 fakeid
     @classmethod
     def get_user_info(cls, log_type, crawler, task_dict, user_dict, token_index, env):
+        return
         Common.logger(log_type, crawler).info(f"获取站外用户信息:{user_dict['link']}")
         Common.logging(log_type, crawler, env, f"获取站外用户信息:{user_dict['link']}")
         AliyunLogger.logging(
@@ -298,6 +299,7 @@ class GongzhonghaoAuthor:
     def get_videoList(
         cls, log_type, crawler, task_dict, token_index, rule_dict, user_dict, env
     ):
+        return
         mq = MQ(topic_name="topic_crawler_etl_" + env)
         user_info_dict = cls.get_user_info(
             log_type=log_type,