Skip to content

Command-line program to download subtitle from Bilibili.tv

License

Notifications You must be signed in to change notification settings

SkyEngine-OSP/bilisubdl

Repository files navigation

bilisubdl

bilisubdl is a command line tool for downloading subtitles from bilibili.tv. It supports downloading subtitles from both anime and episode ids.

Usage

bilisubdl [command] [flags] [arguments]

Commands

  • dl: Download subtitle from ID.
  • search: Search anime.
  • timeline: Show timeline (sun|mon|tue|wed|thu|fri|sat).
  • list: List episode, section and language.

Examples

# 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

Installing

The bilisubdl command on Windows using Scoop

scoop install https://k0ng2.github.io/scoop/bucket/bilisubdl.json

About

Command-line program to download subtitle from Bilibili.tv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages