mirror of
https://github.com/hect0x7/JMComic-Crawler-Python.git
synced 2025-11-04 14:49:43 +08:00
- 重构JmcomicClient,重新设计抽象层次,以及两种实现:HTMl、API,支持请求重试+域名更换的机制; - 重构JmOption,更加优雅、简单的配置,支持更多文件类型; - 优化debug机制,等等。
25 lines
334 B
YAML
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
|