Skip to content
TheMRX13 edited this page Jun 29, 2026 · 6 revisions

MRX-AniWorld Downloader — Wiki

🌐 English · Deutsch

Version 2.5.3 · Python ≥ 3.9 · Windows / macOS / Linux / Docker · WebUI-only

MRX-AniWorld Downloader is a WebUI-based tool for downloading anime, series and movies from aniworld.to, s.to and filmpalast.to. The project is a fork of the original AniWorld-Downloader, actively maintained and extended by TheMRX13 and Domekologe. The CLI has been completely removed — the aniworld command launches the web interface directly.

Screenshot: WebUI landing page


Quick Start

pip install mrx-aniworld
aniworld

The UI opens at http://localhost:8080 — on first start a setup token is printed to the terminal, which is used to create the admin account. Details: InstallationGetting Started.


User Documentation

Page Content
Installation Requirements, pip, dev install, launch flags
Getting Started Setup token, admin account, first download
Configuration All settings (DB-based, no .env anymore)
Web UI All pages and features of the interface
Download System Queue, statuses, watchdog, captcha, naming template
Download History Searchable per-episode log with start/end time and details
AutoSync Keep series up to date automatically
Calendar Upcoming episode air dates & releases (TMDB) for AutoSync, Seerr & Library
Library Local file management, player & streaming
Authentication Users, roles, OIDC SSO, security
Notifications Telegram, Discord, Web Push, Pushover, ntfy, WhatsApp
Integrations Jellyfin, Plex, Overseerr/Jellyseerr, MediaScan, CineInfo
SyncPlay Watch films & series together, perfectly in sync; rooms, chat, moderation, auto-next
Anime4K Upscaling AI upscaling with Anime4K shaders
Encoding Video re-encoding on download (H.264/H.265, HW acceleration)
Docker Container deployment with Compose

Developer Documentation

Page Content
Architecture Project layout, startup flow, background workers
API Reference External REST API (v1) and internal endpoints
Extractors Video host extractors, adding new ones
Data Models Series/Season/Episode classes, provider resolution
Database SQLite schema, encrypted settings

Supported Sources

Source Content URL scheme
aniworld.to Anime (dub + sub) /anime/stream/<slug>
s.to / serienstream.to TV series /serie/<slug>
filmpalast.to Movies /stream/<slug>

Languages & Providers

Languages (aniworld.to): German Dub · English Sub · German Sub · English Dub Languages (s.to): German Dub · English Dub · English Dub (German Sub) Active hosts: VOE · Vidmoly · Vidoza · VeeV

Links

Clone this wiki locally