bilisubdl is a command line tool for downloading subtitles from bilibili.tv. It supports downloading subtitles from both anime and episode ids.
bilisubdl [command] [flags] [arguments]
dl
: Download subtitle from ID.search
: Search anime.timeline
: Show timeline (sun|mon|tue|wed|thu|fri|sat).list
: List episode, section and language.
# Download subtitle from anime id 37738 with language en
$ bilisubdl dl 1049041 -l en
# Download subtitle from episode id 2075361 with language en
$ bilisubdl dl 2075361 -l en --dlepisode
# Search anime with keyword "one piece".
$ bilisubdl search "one piece"
# List available subtitle language of anime id 37738
$ bilisubdl list 37738 -L
# Show today timeline
$ bilisubdl timeline
# Show timeline on Sunday
$ bilisubdl timeline mon
The bilisubdl
command on Windows using Scoop
scoop install https://k0ng2.github.io/scoop/bucket/bilisubdl.json