Analysis updated 2026-05-18
Search bangumi.moe, acg.rip, dmhy, and nyaa.si at once for a specific anime series.
Batch copy magnet links or download a zip of selected torrent files.
Self-host the app locally and optionally plug in an LLM endpoint for smarter series grouping.
| madeye/bangumi-downloader | lisenkaci/revolio | teycir/seekyou | |
|---|---|---|---|
| Stars | 8 | 8 | 8 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | — | hard | moderate |
| Complexity | — | 4/5 | 4/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Bangumi Torrent Finder is a web application that searches multiple anime torrent sources at once and shows results in a single unified list. Instead of checking bangumi.moe, acg.rip, dmhy, and nyaa.si separately, you type one search query and the app queries all four sources in parallel, removes duplicates, and groups them by series. The app supports batch operations on search results: copy multiple magnet links at once, open torrents directly, or download all selected .torrent files bundled as a single zip archive. A two stage response model shows initial results immediately and then quietly refines the grouping in the background, so the page does not block while waiting. An optional LLM integration improves how results are grouped by series, and the README notes compatibility with Anthropic protocol endpoints such as Kimi and MiniMax. Without the LLM configured, the app falls back to title based heuristics. Search results are cached in SQLite with a configurable time to live, so repeated queries for the same series are served instantly. All requests to the upstream torrent sources are made server side, keeping provider API tokens out of the browser. The app is built with Next.js using the App Router, along with React and TypeScript. You set it up with npm install and npm run dev.
A web app that searches four anime torrent sites at once, dedupes and groups results by series, and lets you download a zip of chosen torrents.
Mainly TypeScript. The stack also includes Next.js, React, TypeScript.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.