77爬取小说章节内容页面, 保存到本地
88最后去阅读小说了
99
10- 最新版:[ novel_crawler_v.25.06.05.py ] [ 5 ]
10+ 最新版:[ novel_crawler_v.25.07.06 ] [ 6 ]
1111
1212## 说明
1313
7777 novel_chapter_content_div : ' div.content'
7878
7979 # 小说单段规则(相对于小说章节内容区域)
80- novel_chapter_content_p : ' p' # 可以是 p, div, span 等
80+ novel_chapter_content_p : ' p' # 可以是 br, p, div, span 等
8181
8282 # 小说净化内容配置
8383 purify :
@@ -121,6 +121,12 @@ python ***.py config.yml
121121
122122## 日志
123123
124+ - [ novel_crawler_v.25.07.06] [ 6 ]
125+ - 使用 rich 库增强输出
126+ - 增加对 br 标签的特殊处理逻辑
127+ - 排除目录 JS 链接
128+ - 若干优化
129+
124130- [ novel_crawler_v.25.06.05.py] [ 5 ]
125131 - 更新 epub 章节渲染模板
126132
@@ -139,8 +145,15 @@ python ***.py config.yml
139145- [ novel_crawler_v.24.12.01.py] [ 2 ]
140146 - 第一个版本
141147
142- [ 1 ] : https://github.com/God-2077/python-code/tree/main/novel_crawler/novel_crawler_v.24.12.01.py
143- [ 2 ] : https://github.com/God-2077/python-code/tree/main/ftp_server/novel_crawler/novel_crawler_v.24.12.01.py
144- [ 3 ] : https://github.com/God-2077/python-code/tree/main/ftp_server/novel_crawler/novel_crawler_v.25.02.03.py
145- [ 4 ] : https://github.com/God-2077/python-code/tree/main/ftp_server/novel_crawler/novel_crawler_v.25.06.02.py
146- [ 5 ] : https://github.com/God-2077/python-code/tree/main/ftp_server/novel_crawler/novel_crawler_v.25.06.05.py
148+ <!-- [1]: novel_crawler_v.24.12.01.py
149+ [2]: novel_crawler_v.24.12.01.py
150+ [3]: novel_crawler_v.25.02.03.py
151+ [4]: novel_crawler_v.25.06.02.py
152+ [5]: novel_crawler_v.25.06.05.py
153+ [5]: novel_crawler_v.25.06.05.py -->
154+ [ 1 ] : novel_crawler_v.24.12.01.py
155+ [ 2 ] : novel_crawler_v.24.12.01.py
156+ [ 3 ] : novel_crawler_v.25.02.03.py
157+ [ 4 ] : novel_crawler_v.25.06.02.py
158+ [ 5 ] : novel_crawler_v.25.06.05.py
159+ [ 6 ] : novel_crawler_v.25.07.06.py
0 commit comments