4 releases
new 0.2.1 | Nov 26, 2024 |
---|---|
0.2.0 | Oct 9, 2022 |
0.1.1 | Sep 4, 2022 |
0.1.0 | Jul 24, 2022 |
#9 in #subtitle
191 downloads per month
24KB
604 lines
Jimaku
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+
Dependencies
~5–13MB
~152K SLoC