Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zsakvo committed May 24, 2019
1 parent d951d56 commit 2382ce9
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# dhbooker

`本程序是命令行工具,请在终端内运行,不要直接双击!`

## 更新日志 v1.0.2

- 使用网页接口获取目录,避免失效章节干扰,提高解析速度

- 尝试性新增错误重连机制,避免由于高并发导致下载失败

## 简介:

刺猬猫(欢乐书客)小说网站书籍下载工具。
Expand All @@ -18,7 +26,7 @@

## 使用方法

- 程序需要在终端(terminal/powershell/cmd)内运行,请不要直接双加运行
- 程序需要在终端(terminal/powershell/cmd)内运行,请不要直接双击运行

- 第一次使用时请先直接运行一下程序初始化配置文件 `conf.ini` ,或者直接下载 [此文件]("https://raw.githubusercontent.com/zsakvo/dhbooker/master/conf.example.ini") 放入和程序的同级目录下。

Expand All @@ -27,15 +35,15 @@
- 在当前目录启动终端,执行

```
./dhbooker -b BookID -t Type -p TimeOut
./dhbooker -b bookid -t type -p timeout
#dhbooker 代表具体的可执行文件名,请酌情修改
#bookID 可以在书籍网页 Url 中找到
#bookid 可以在书籍网页 url 中找到
#Type 有两种,分为 txt 以及 epub,如果不填写则默认 txt
#type 有两种,分为 txt 以及 epub,如果不填写则默认 txt
#TimeOut 为超时时间,单位毫秒,默认值 5000
#timeout 为超时时间,单位毫秒,默认值 5000
```

- 等待提示下载完毕即可
Expand All @@ -44,6 +52,4 @@

- 程序运行时会清空缓存目录,请务必不要将其它文件放入其中

- 目前 epub 的章节顺序是按照作者发布时间排序,可能存在某些番外章节插入正文之间的情况,后面的版本会修改这一机制

- 本程序仅支持获取免费与您已付费订阅的内容,不具备任何白嫖付费章节的作用

0 comments on commit 2382ce9

Please sign in to comment.