MCPcopy Index your code
hub / github.com/bestnite/bilinovel-downloader

github.com/bestnite/bilinovel-downloader @v0.0.14

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.0.14 ↗ · + Follow
85 symbols 224 edges 19 files 18 documented · 21%

Browse by type

Functions 51 Types & classes 34
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Bilinovel Downloader

这是一个用于从 Bilinovel 下载和生成轻小说 EPUB 电子书的工具。 生成的 EPUB 文件完全符合 EPUB 标准,可以在 Calibre 检查中无错误通过。

使用示例

  1. 下载整本 https://www.bilinovel.com/novel/2388.html

bash bilinovel-downloader download -n 2388

  1. 下载单卷 https://www.bilinovel.com/novel/2388/vol_84522.html

bash bilinovel-downloader download -n 2388 -v 84522

  1. 对自动生成的 epub 格式不满意可以自行修改后使用命令打包

bash bilinovel-downloader pack -d <目录路径>

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Struct 33
Method 26
Function 25
Interface 1

Languages

Go100%

Modules by API surface

model/epub.go27 symbols
downloader/bilinovel/bilinovel.go15 symbols
utils/request.go7 symbols
downloader/downloader.go7 symbols
epub/wrapper.go5 symbols
cmd/download.go5 symbols
model/novel.go4 symbols
test/bilinovel_test.go3 symbols
cmd/package.go3 symbols
utils/unique.go1 symbols
utils/clean.go1 symbols
text/wrapper.go1 symbols

For agents

$ claude mcp add bilinovel-downloader \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page