Crates.io | jimaku |
lib.rs | jimaku |
version | 0.2.1 |
source | src |
created_at | 2022-07-24 11:14:27.941111 |
updated_at | 2024-11-26 19:43:23.785434 |
description | A subtitle downloader |
homepage | |
repository | |
max_upload_size | |
id | 631931 |
size | 52,091 |
A subtitle downloader written in Rust
jimaku can search and download subtitles from the following providers:
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="..."
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
jimaku ~/file/path/file.mp4 --language=fr
Rust >= 1.57.0+