mirror of
https://github.com/apachecn/epub-crawler.git
synced 2025-06-06 17:56:57 +00:00
2023-03-13 10:04:35
This commit is contained in:
parent
1a9ebdba15
commit
179331d33c
@ -1,5 +1,9 @@
|
|||||||
# 历史记录
|
# 历史记录
|
||||||
|
|
||||||
|
v2023.3.13.0
|
||||||
|
|
||||||
|
+ 支持 YAML 和 TXT 作为抓取目标
|
||||||
|
|
||||||
v2023.2.14.0
|
v2023.2.14.0
|
||||||
|
|
||||||
+ 添加新的配置项`sizeLimit`,限制单个 EPUB 总大小
|
+ 添加新的配置项`sizeLimit`,限制单个 EPUB 总大小
|
||||||
|
@ -10,4 +10,4 @@ from . import util
|
|||||||
__author__ = "ApacheCN"
|
__author__ = "ApacheCN"
|
||||||
__email__ = "apachecn@163.com"
|
__email__ = "apachecn@163.com"
|
||||||
__license__ = "SATA"
|
__license__ = "SATA"
|
||||||
__version__ = "2023.2.14.3"
|
__version__ = "2023.3.13.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user