Skip to content
/ jimaku Public

A subtitle downloader written in Rust

License

Notifications You must be signed in to change notification settings

aeyoll/jimaku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a5a839c · Nov 26, 2024

History

42 Commits
Nov 26, 2024
Nov 26, 2024
Jul 24, 2022
Jun 18, 2022
Nov 26, 2024
Nov 26, 2024
Nov 26, 2024
Jul 24, 2022
Jul 24, 2022
Nov 26, 2024
Jul 24, 2022

Repository files navigation

Jimaku

GitHub Actions workflow status LICENSE Minimum rustc version Conventional commits

A subtitle downloader written in Rust

Providers

jimaku can search and download subtitles from the following providers:

Setup

To be able to use jimaku, you need to have api keys for each provider.

export BETA_SERIES_API_KEY="..."
export OPEN_SUBTITLES_API_KEY="..."

Install

With cargo:

cargo install jimaku

Or use the install-script and add $HOME/.jimaku/bin to your $PATH.

curl -fsSL https://raw.githubusercontent.com/aeyoll/jimaku/main/install.sh | bash

Usage

jimaku ~/file/path/file.mp4 --language=fr

Rust version requirements

Rust >= 1.57.0+