1
0
mirror of https://github.com/apachecn/epub-crawler.git synced 2025-06-06 01:04:04 +00:00

2023-01-18 12:25:46

This commit is contained in:
wizardforcel 2023-01-18 12:25:46 +08:00
parent 16a9371b57
commit d620ce7b6b
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# 历史记录
v2023.1.18.0
+ 修复外部脚本的加载问题
v2022.8.20.0
+ 添加 Selenium 支持

View File

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