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