update
Some checks failed
Tests / test (ubuntu-latest, 3.10) (push) Failing after 52s
Tests / test (ubuntu-latest, 3.8) (push) Failing after 3m52s
Tests / test (ubuntu-latest, 3.9) (push) Failing after 11m49s
Tests / test (macos-latest, 3.10) (push) Has been cancelled
Tests / test (macos-latest, 3.8) (push) Has been cancelled
Tests / test (macos-latest, 3.9) (push) Has been cancelled
Tests / test (windows-latest, 3.10) (push) Has been cancelled
Tests / test (windows-latest, 3.8) (push) Has been cancelled
Tests / test (windows-latest, 3.9) (push) Has been cancelled

This commit is contained in:
sudacode 2025-03-12 20:40:50 -07:00
parent 9b4519ba3d
commit 48ef9a8e71
Signed by: sudacode
SSH Key Fingerprint: SHA256:lT5C2bB398DcX6daCF/gYFNSTK3y+Du3oTGUnYzfTEw

View File

@ -26,6 +26,7 @@ A tool for downloading Japanese subtitles for anime from <a href="https://jimaku
- Cross-platform support (Windows, macOS, Linux)
- Smart filename and directory parsing for anime detection
- Cache AniList IDs for faster repeat usage
- Interactive subtitle selection with fzf
## Installation
@ -38,15 +39,7 @@ pip install jimaku-dl
- Python 3.8+
- fzf for interactive selection menus (required)
- MPV for video playback (optional)
- # ffsubsync for subtitle synchronization (optional)
```sh
paru -S python-jimaku-dl
# or
yay -S python-jimaku-dl
```
> > > > > > > a646fd2395e751096ccf9f40c9dc52cfc53273b7
- ffsubsync for subtitle synchronization (optional)
## Usage