An interactive terminal application for searching and watching anime from various streaming sources. Install Here
Wewbo is a command-line-based application that allows you to search for anime, select episodes, and watch them instantly using your favorite media player (MPV or FFplay). The application supports multiple anime sources with an easy-to-use interface.
| Name | Web | Status | Issue |
|---|---|---|---|
| Pahe | https://animepahe.to | ✅ | - |
| Taku | https://otakudesu.best | ✅ | - |
| Toyo | https://tokyoinsider.com | ✅ | - |
| Kass | https://kaa.lt | ✅ | - |
| Hime | https://hianime.to | ❌ | End of Service |
| Kura | https://v8.kuramanime.tel | ❌ | Cryptography |
wewbo [anime title]
wewbo stream [anime title]wewbo dl [anime title]# Search and watch anime from animepahe (default)
wewbo "slow loop"
# Search for anime from otakudesu
wewbo "slow loop:taku"
# Search for anime using FFplay as player
wewbo "attack on titan" -p:ffplay
# Search for anime from otakudesu using external MPV as player
wewbo "demon slayer:taku" --mpv:/path/to/mpvMake sure mpv & ffmpeg are available in your $PATH. Learn how
Scoop
# Install Scoop
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
# Install wewbo & mpv
scoop bucket add extras
scoop install mpv https://github.com/upi-0/wewbo/releases/latest/download/wewbo.json
# Install ffmpeg (recommended)
scoop install ffmpegCurl
curl -fsSL "https://github.com/upi-0/wewbo/refs/heads/main/install.sh" | bashAUR
yay -S wewboparu -S wewboGit Clone
git clone https://github.com/upi-0/wewbo; cd wewbo
nimble build -yInstall directly
nimble install wewbo- q: parsing HTML using CSS selector
- htmlparser: parsing HTML
- illwill: TUI design
- malebolgia: multiprocessing
