1
0
mirror of https://github.com/apachecn/epub-crawler.git synced 2025-06-03 23:58:27 +00:00

2023-03-13 10:04:35

This commit is contained in:
wizardforcel 2023-03-13 10:04:35 +08:00
parent 1a9ebdba15
commit 179331d33c
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# 历史记录
v2023.3.13.0
+ 支持 YAML 和 TXT 作为抓取目标
v2023.2.14.0
+ 添加新的配置项`sizeLimit`,限制单个 EPUB 总大小

View File

@ -10,4 +10,4 @@ from . import util
__author__ = "ApacheCN"
__email__ = "apachecn@163.com"
__license__ = "SATA"
__version__ = "2023.2.14.3"
__version__ = "2023.3.13.0"