Bilibili Bangumi Downloader - Latest release
- Bilibili subtitle format (.json)
- Convert Bilibili subtitle format (.json) to (.srt)
- Video 360p, 480p, 720p? coming soon
- Audio coming soon
Shell (Mac, Linux):
curl -fsSL https://deno.land/x/install/install.sh | sh
PowerShell (Windows):
iwr https://deno.land/x/install/install.ps1 -useb | iex
Homebrew (Mac):
brew install deno
Chocolatey (Windows):
choco install deno
Build and install from source using Cargo:
cargo install deno
Read more https://github.com/denoland/deno/#deno
First install denon if you don't exist
deno install -qAf --unstable https://deno.land/x/denon/denon.ts
Usage:
$ bilibili <command> [options]
Commands:
info <sId> View info
get <epId> Get subtitle
list Lists of anime
For more info, run any command with the `--help` flag:
$ bilibili info --help
$ bilibili get --help
$ bilibili list --help
Options:
-h, --help Display this message
-v, --version Display version number
deno compile --unstable ./src/app.ts