|
@@ -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')
|