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.
- Host: GitHub
- URL: https://github.com/hasanabbadi/mpv-kitsunekko
- Owner: HasanAbbadi
- License: mit
- Created: 2022-07-04T08:52:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T09:02:10.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T06:23:22.350Z (over 2 years ago)
- Topics: anime, japanese, mpv, mpv-script, python, subtitles
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-beautifulsoup4Then curl this repository into your `scripts` folder:
```bash
curl https://github.com/HasanAbbadi/mpv-kitsunekko ~/.config/mpv/scripts/kitsu
```