mirror of
https://github.com/201206030/novel.git
synced 2025-06-14 19:58:30 +00:00
11 lines
259 B
YAML
11 lines
259 B
YAML
crawl:
|
||
#爬虫线程数
|
||
threadCount: 1
|
||
#爬取优先级 1:评分优先 2:更新时间优先
|
||
priority: 1
|
||
#小说最低评分
|
||
lowestScore: 7.8
|
||
#小说最小更新时间
|
||
minUptTime: 2000-01-01
|
||
#爬取最大条数
|
||
maxNumber: 100000 |