Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
missdeer committed Jan 18, 2024
1 parent 7648a54 commit 10a3cd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ https://github.com/missdeer/getnovel/releases
## 使用方法

1. 首先,在当前目录创建名为fonts的目录,并将你喜欢的字体文件改名为CustomFont.ttf后放入该目录;
2. 然后,在当前目录执行命令获取小说内容:`getnovel 小说目录网址`,如`getnovel https://www.piaotia.com/html/15/15316/,可以通过命令行参数对程序行为进行设置,比如指定输出文件格式为PDF或epub等等;
2. 然后,在当前目录执行命令获取小说内容:`getnovel 小说目录网址`,如`getnovel https://www.piaotia.com/html/15/15316/`,可以通过命令行参数对程序行为进行设置,比如指定输出文件格式为PDF或epub等等;
3. 最后,如果需要得到mobi文件,则继续执行命令打包成mobi文件:`kindlegen -c2 -o xxxx.mobi content.opf`, kindlegen工具可在Amazon官网[下载Kindle Previewer](https://www.amazon.com/Kindle-Previewer/b?ie=UTF8&node=21381691011)安装后获取。可以将`kindlegen`的路径设置到环境变量`KINDLEGEN_PATH`中,或者将`kindlegen`所在目录路径添加到环境变量`PATH`中,则`getnovel`会自动调用`kindlegen`生成mobi文件,省去手动输入命令的步骤。

### 常用用法

* 输出适合在电脑上看的PDF格式:`getnovel -f pdf -c pc https://www.piaotia.com/html/15/15316/
* 输出适合在电脑上看的PDF格式,但只要其中第11章~第20章内容:`getnovel -f pdf -c pc --fromChapter=11 --toChapter=20 https://www.piaotia.com/html/15/15316/
* 输出适合在电脑上看的PDF格式,但以每100章为一个文件:`getnovel -f pdf -c pc --chaptersPerFile=100 https://www.piaotia.com/html/15/15316/
* 输出适合在Kindle DXG上看的PDF格式:`getnovel -f pdf -c dxg https://www.piaotia.com/html/15/15316/
* 输出适合在6寸或7寸Kindle上看的mobi格式:`getnovel -f mobi https://www.piaotia.com/html/15/15316/,之后需要运行`kindlegen`工具,参考上面第3步
* 输出适合在电脑上看的PDF格式:`getnovel -f pdf -c pc https://www.piaotia.com/html/15/15316/`
* 输出适合在电脑上看的PDF格式,但只要其中第11章~第20章内容:`getnovel -f pdf -c pc --fromChapter=11 --toChapter=20 https://www.piaotia.com/html/15/15316/`
* 输出适合在电脑上看的PDF格式,但以每100章为一个文件:`getnovel -f pdf -c pc --chaptersPerFile=100 https://www.piaotia.com/html/15/15316/`
* 输出适合在Kindle DXG上看的PDF格式:`getnovel -f pdf -c dxg https://www.piaotia.com/html/15/15316/`
* 输出适合在6寸或7寸Kindle上看的mobi格式:`getnovel -f mobi https://www.piaotia.com/html/15/15316/`,之后需要运行`kindlegen`工具,参考上面第3步

## 内建支持网站

Expand Down

0 comments on commit 10a3cd6

Please sign in to comment.