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

2023-03-14 11:54:36

This commit is contained in:
wizardforcel 2023-03-14 11:54:36 +08:00
parent 1d2f88bd9a
commit 9d603cfc0a
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# 历史记录
v2023.3.14.0
+ `connTimeout`默认值改为`10`
v2023.3.13.0
+ 支持 YAML 和 TXT 作为抓取目标

View File

@ -18,7 +18,7 @@ config = {
'optiMode': 'quant',
'colors': 8,
'timeout': None,
'connTimeout': 1,
'connTimeout': 10,
'readTimeout': 60,
'imgSrc': ['data-src', 'data-original-src', 'src'],
'proxy': '',