mirror of
https://github.com/hect0x7/JMComic-Crawler-Python.git
synced 2025-11-04 14:49:43 +08:00
21 lines
470 B
YAML
21 lines
470 B
YAML
# GitHub Actions 下载脚本配置
|
|
dir_rule:
|
|
base_dir: ${JM_DOWNLOAD_DIR}
|
|
rule: Bd_Aauthor_Atitle_Pindex
|
|
|
|
client:
|
|
domain:
|
|
html: [jmcomic1.me, jmcomic.me]
|
|
|
|
# 插件配置
|
|
plugin:
|
|
after_init:
|
|
- plugin: usage_log # 实时打印硬件占用率的插件
|
|
kwargs:
|
|
interval: 0.5 # 间隔时间
|
|
enable_warning: false # 不告警
|
|
|
|
- plugin: client_proxy
|
|
kwargs:
|
|
proxy_client_key: cl_proxy_future
|
|
whitelist: [ api, ] |