v2.1.4
Scraper decryption patch update.
Fixed
- AllAnime Scraper: Updated AES-GCM decryption and request signature logic to handle AllAnime's new
extensions.aaReqrequirements and Cloudflare patches.
▄▄ ▄▄ ▄▄▄ ▄▄▄▄ ▄▄ ▄▄ ▄▄ ▄▄ ▄▄ ▄▄▄▄ ▄▄ ▄▄
▀███▀ ██▀██ ██▄█▄ ██ ██ ██▀▄▀██ ██ ▄▄▄ ██▀▀▀ ██ ██
█ ▀███▀ ██ ██ ▀███▀ ██ ██ ██ ▀████ ██▄▄▄ ██
Yorumi CLI is the official command-line app for watching and downloading anime through Yorumi. It searches Yorumi when available, falls back to direct AllAnime scraping, opens mpv for playback, and writes MP4 downloads with AAC audio by default.
iwr -useb https://raw.githubusercontent.com/davenarchives/yorumi-cli/main/install.ps1 | iex
scoop bucket add yorumi https://github.com/davenarchives/yorumi-cli
scoop install yorumi-cli
curl -sL https://raw.githubusercontent.com/davenarchives/yorumi-cli/main/install.sh | bash
Pass an anime title, optionally with an episode or range. Yorumi CLI resolves the stream and opens it in mpv.
yorumi-cli "frieren"
yorumi-cli -e 1 "frieren"
yorumi-cli -r "1-5" "naruto"
Use -d or --download. Downloads are saved to ~/Downloads/Yorumi unless --output is set.
yorumi-cli -d -e 1 "frieren"
yorumi-cli -d -r "1-5" "naruto"
yorumi-cli -d -e 3 "wistoria" --output "D:\Anime"
Downloaded MP4 files copy the video stream and convert audio to AAC for better compatibility with Windows Media Player. Use --copy-audio to preserve the source audio track.
Use --latest or --popular to explore new shows instead of searching.
yorumi-cli --latest
yorumi-cli --popular
yorumi-cli -p -i 1 -e 1
Use --sub or --dub to prioritize subbed or dubbed audio streams.
yorumi-cli "Attack on Titan" --sub
yorumi-cli -e 1 "Attack on Titan" --dub
yorumi-cli -r "1-5" "Attack on Titan" --sub
yorumi-cli -d -e 1 "Attack on Titan" --dub
-e, --episode <number> | Select a specific episode without prompting. |
|---|---|
-r, --range <start-end> | Select an episode range such as 1-5. |
-i, --anime-index <num> | Select a search result by index without prompting. |
--sub, --dub | Prefer SUBbed or DUBbed audio streams. |
-d, --download | Download selected episode(s) instead of opening mpv. |
-o, --output <dir> | Choose a download directory. |
-v, --version | Show the installed CLI version. |
-l, --latest | Show the top latest updated anime. |
-p, --popular | Show the top trending anime. |
--direct | Request a direct stream URL when supported. |
yorumi-cli --update
yorumi-cli --uninstall
The updater pulls the latest GitHub repository revision and installs dependencies. The uninstaller removes the local install directory and known npm command shims.
Install mpv, reopen your terminal, and run mpv --version. On Windows, the installer attempts to install mpv with Winget.
Install yt-dlp, reopen your terminal, and run yt-dlp --version. On Windows, the installer attempts to install yt-dlp with Winget.
Download mode requires ffmpeg. On Windows, Yorumi CLI can install it with Winget when needed.
Run yorumi-cli --update. Current downloads convert audio to AAC by default.
Track Yorumi CLI releases, installer changes, and package-manager readiness.
Scraper decryption patch update.
extensions.aaReq requirements and Cloudflare patches.Search and playback reliability update for backend-free CLI use.
localhost:3001 is unavailable.naruto pick the main series first.No anime found results when the local Yorumi backend is not running.yt-dlp before launching mpv.Major release featuring AllAnime native API scraping and direct mpv playback resolution.
--referrer injection and custom HTTP header configurations for Direct streams in mpv.src/allanime.ts, src/gogoanime.ts, src/player.ts, src/downloader.ts, src/scraper.ts, src/system.ts, src/cliUtils.ts, src/constants.ts, src/types.ts, src/utils.ts).mpv playback crashes (Exit Code 2) on direct HLS streams by bypassing youtube-dl / yt-dlp checks with --no-ytdl.Audio preference selection update.
--sub and --dub flags to explicitly prefer SUBbed or DUBbed audio streams when resolving episodes.Features and stability updates.
--latest flag to fetch the top recently updated anime directly from AllManga.--popular flag to fetch trending anime from Animetsu and resolve them locally.Standalone API resolution update to bypass deployed backend.
tobeparsed).Chocolatey package publishing fix.
yorumi-cli --version and yorumi-cli -v to show the installed CLI version.Package-manager installation hardening release.
Packaging release for first package-manager submissions.
First public release of Yorumi CLI.