Skip to content

wqLouis/bilinovel_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bilinovel-cli

哔哩轻小说命令行下载工具。

English

安装

# 安装 playwright 浏览器
playwright install chromium

使用方法

# 查看小说信息
bilinovel info <novel_id>

# 查看目录
bilinovel catalog <novel_id>

# 下载小说(交互式选择卷)
bilinovel download <novel_id>

# 下载指定卷
bilinovel download <novel_id> -v 0 1 2

# 设置请求间隔(秒)
bilinovel download <novel_id> -i 1.0

# 指定输出目录
bilinovel download <novel_id> -o ./novels

免安装运行

uv run python main.py <command>

输出格式

小说以每章一个 .txt 文件的方式保存,按卷分组。

小说标题/
├── 卷标题_1/
│   ├── Chapter 1.txt
│   └── Chapter 2.txt
└── 卷标题_2/
    └── Chapter 1.txt

致谢

About

一個嗶哩輕小說cli下載器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages