An open API service indexing awesome lists of open source software.

https://github.com/hasanabbadi/mpv-kitsunekko

Mpv script to download subtitles from kitsunekko.net for running episode.
https://github.com/hasanabbadi/mpv-kitsunekko

anime japanese mpv mpv-script python subtitles

Last synced: 3 months ago
JSON representation

Mpv script to download subtitles from kitsunekko.net for running episode.

Awesome Lists containing this project

README

        

# Kitsu
A python file and an [mpv](https://mpv.io) script to download subtitles \
from [KitsuNekko](https://kitsunekko.net/) for current playing episode.

By default it downloads Japanese subtitles, if you want to change that \
edit `kitsu.py` and change `language = 'japanese'` to your preferred language.

## Usage
-----
Press `Ctrl-k` while playing an episode to start the script. \
(you can change the keybinding in `main.lua`)

Or you can use the python file independently, as follows:
```bash
python3 kitsu.py [path/to/video/file]
```

## Installation
-----
Make sure you have the dependencies installed:
* mpv >= 27.0
* python 3.x
* python-requests
* python-beautifulsoup4

Then curl this repository into your `scripts` folder:
```bash
curl https://github.com/HasanAbbadi/mpv-kitsunekko ~/.config/mpv/scripts/kitsu
```