Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions novel_crawler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
爬取小说章节内容页面, 保存到本地
最后去阅读小说了

最新版:[novel_crawler_v.25.07.07][7]
最新版:[novel_crawler_v.25.07.08][8]

## 说明

Expand Down Expand Up @@ -61,6 +61,9 @@ rules:
# 小说简介 CSS 选择器
novel_intro: 'div.intro'

# 小说封面图片路径(img标签)
novel_cover_img: 'body > div.book > div.info > div.cover > img'

# 小说章节区域 CSS 选择器
novel_chapter_div: 'div.chapter-list'

Expand Down Expand Up @@ -110,7 +113,7 @@ network:
# 失败重试次数
max_retries: 5

# 多线程模式,r
# 多线程模式,忽略每分钟请求限制
multi_threading: True # 多线程模式
thread_count: 32 # 线程数量

Expand All @@ -125,6 +128,13 @@ python ***.py config.yml

## 日志

- [novel_crawler_v.25.07.08][8]
- 日志输出优化
- 信息显示优化
- 界面显示优化
- 封面图片支持
- 增加下载统计

- [novel_crawler_v.25.07.07][7]
- 新增多线程下载模式

Expand Down Expand Up @@ -164,4 +174,5 @@ python ***.py config.yml
[4]: novel_crawler_v.25.06.02.py
[5]: novel_crawler_v.25.06.05.py
[6]: novel_crawler_v.25.07.06.py
[7]: novel_crawler_v.25.07.07.py
[7]: novel_crawler_v.25.07.07.py
[8]: novel_crawler_v.25.07.08.py
Loading