Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kure

Search, stream, and download anime from your terminal.

  • Multi-source search (anime3rb + Okanime) in parallel, merged by title
  • Stream directly in mpv — no browser needed
  • Batch-download entire seasons with ffmpeg
  • Episode navigation loop: next/prev at quality select
  • Catppuccin Mocha TUI with framed panels and source badges

Requirements

  • Python 3.10+
  • mpv (for streaming)
  • ffmpeg (for batch downloads)

Install

git clone https://github.com/enjo2/Kure.git
cd Kure
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
chmod +x kure

Usage

./kure
  1. Search — enter an anime title, searches all sources in parallel
  2. Select — pick from merged results (source badges show where it's available)
  3. Pick episode — choose from the episode list
  4. Choose quality — select a quality or navigate next/prev episode
  5. Watch — mpv opens, streams directly (no download needed)

To batch-download all episodes, enter 0 at the episode prompt.

How it works

  • Searches anime3rb.com (direct MP4 URLs) and okanime.xyz (embed URLs) simultaneously
  • Merges results by title — if an anime appears on multiple sources, you pick
  • Anime3rb: extracts MP4 URLs from video.vid3rb.com and plays in mpv
  • Okanime: fetches embed URLs from third-party hosts (uqload, mp4upload, etc.)
  • Downloads use ffmpeg -c copy -bsf:a aac_adtstoasc

License

GPLv3

About

Watch anime without leaving your terminal, no browser required. All from the command line.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages