modify scripts

This commit is contained in:
2025-07-24 19:13:56 +08:00
parent cc6530d73a
commit 50d829364b
10 changed files with 1289 additions and 128 deletions

View File

@ -133,8 +133,9 @@ fi
# 每月任务
if [ "${PERIOD}" = "--monthly" ]; then
register_spider "pbox" "scrapy crawl pbox -a begin=${COMMON_DATE_PARAM} -a mod='update' "
register_spider "pbox" "scrapy crawl javhd -a mod='update' "
register_spider "pbox" "scrapy crawl pbox -a begin=${COMMON_DATE_PARAM} -a mod='update' "
register_spider "javhd" "scrapy crawl javhd -a mod='update' "
register_spider "lord" "scrapy crawl lord -a mod='update' "
fi