https://github.com/soakit/book-download
book-download
https://github.com/soakit/book-download
crawler html2epub nodejs novel-downloader
Last synced: about 2 months ago
JSON representation
book-download
- Host: GitHub
- URL: https://github.com/soakit/book-download
- Owner: soakit
- Created: 2018-07-19T13:23:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T06:54:18.000Z (almost 8 years ago)
- Last Synced: 2025-06-08T00:08:13.770Z (about 1 year ago)
- Topics: crawler, html2epub, nodejs, novel-downloader
- Language: JavaScript
- Size: 57.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# book-download
0. `npm install`
1. `config.js` to write your book setting
2. `node index.js`
```
-o, --host [value] host
-n, --novelId [value] 书籍章节链接针对ID动态的
-s, --staticId [value] 书籍章节链接针对ID静态的
-c, --maxConnections 最大的并发数
-l, --rateLimit 两个任务之间的最小间隔
-d, --dir [value] 书籍存放目录
-m, --mod [value] 文件名命名方式(index: 以索引为文件名, title: 以标题为文件名)
```
3. `npm run epub`
### Test Command
>node index.js -o ixiaos -n 3185 -s touxiang -c 3 -l 1000 -d ./book/ -m title
or
> node index.js -o aishutxt -n 556 -c 3 -l 1000 -d ./book/ -m index
or
> node index.js -o jianshu -n 9185393 -c 3 -l 1000 -d ./book/ -m title