|
@@ -54,6 +54,8 @@ TASKS=(
|
|
|
"20 0,12 * * *|run_baidu_video_crawler|${LOG_DIR}/run_baidu_video_crawler/%Y-%m-%d.log"
|
|
|
# 外部服务号监测
|
|
|
"0 10,16 * * *|run_outside_server_accounts_monitor|${LOG_DIR}/run_outside_server_accounts_monitor/%Y-%m-%d.log"
|
|
|
+ # 自动下架视频
|
|
|
+ "0 9,15,19 * * *|run_get_off_videos|${LOG_DIR}/run_get_off_videos/%Y-%m-%d.log"
|
|
|
)
|
|
|
|
|
|
###################### 工具函数 ######################
|