Yorumi CLI v1.6.7
This release introduces new seamless ways to discover anime directly from the command line, alongside several quality-of-life improvements and a cleaned-up documentation site!
What's New ✨
--latest/-l: Added a new flag to fetch the top 15 recently updated anime directly from AllManga (prioritizing subbed episodes). Quickly pick an ongoing show and catch up on the latest episodes!--popular/-p: Added a new flag to fetch the top trending daily anime across the web (powered by Animetsu) and automatically resolve them for playback in Yorumi CLI.- Improved Syntax: You can now bypass all selection menus by mixing discovery flags with auto-select flags. Example:
yorumi-cli -p -i 1 -e 1instantly plays Episode 1 of today's #1 trending anime!
Changes 🛠️
- Flag Updates: The
--playerflag has had its undocumented-pshortcut removed to make way for--popular. - Docs Overhaul: Removed the unnecessary FAQ section from the documentation site and replaced it with a dedicated Discovering Anime guide showing off the new flags.
How to Install or Update
If you already have yorumi-cli installed, run:
yorumi-cli --updateIf you are installing for the first time on Windows, use PowerShell:
iwr -useb https://raw.githubusercontent.com/davenarchives/yorumi-cli/main/install.ps1 | iex