lierqiang 2 年之前
父節點
當前提交
aaecbfd053
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      kuaishou/kuaishou_follow/kuaishou_follow.py

+ 2 - 2
kuaishou/kuaishou_follow/kuaishou_follow.py

@@ -624,8 +624,8 @@ class Follow:
             if cls.repeat_video(log_type, crawler, video_dict['video_id'], video_dict['video_title'],
                                 video_dict['publish_time_str'], env, machine) != 0:
                 Common.logger(log_type, crawler).info('视频已下载\n')
-            elif video_dict['video_id'] in [x for y in Feishu.get_values_batch(log_type, crawler, "3cd128") for x in y]:
-                Common.logger(log_type, crawler).info('视频已下载\n')
+            # elif video_dict['video_id'] in [x for y in Feishu.get_values_batch(log_type, crawler, "3cd128") for x in y]:
+            #     Common.logger(log_type, crawler).info('视频已下载\n')
             elif any(word if word in video_dict['video_title'] else False for word in
                      cls.filter_words(log_type, crawler)) is True:
                 Common.logger(log_type, crawler).info('标题已中过滤词\n')