本项目是小说下载工具和转换工具。
# 编译 (需要golang 1.11+ 环境)
go build -o crawlnovel
## 支持小说下载
1.下载小说 -d 支持none,chromedp,phantomjs 三种方式
./crawlnovel download -u https://www.biquge5200.cc/0_195/ -d
2.转换小说 -f 可以转换txt,md,epub 三种格式
./crawlnovel convert -n 超品相师.crawnovel -f txt
## 特别鸣谢
[gospider](https://github.com/nange/gospider)
[FictionDown](https://github.com/ma6254/FictionDown)