JMComic-Crawler-Python/assets/config/option.yml
hect0x7 10ef575779
v2.0.0: 一次大版本更新 (#33)
- 重构JmcomicClient,重新设计抽象层次,以及两种实现:HTMl、API,支持请求重试+域名更换的机制;
- 重构JmOption,更加优雅、简单的配置,支持更多文件类型;
- 优化debug机制,等等。
2023-05-10 22:02:42 +08:00

25 lines
334 B
YAML

version: '2.0'
debug: true
dir_rule:
base_dir: ${workspace}/download/
rule: Bd_Ptitle
client:
domain: []
impl: html
postman:
meta_data:
cookies: null
impersonate: chrome110
type: cffi
retry_times: 5
download:
cache: true
image:
decode: true
suffix: .jpg
threading:
batch_count: 30