Skip to content

tracker catalogue

16 trackers in v1.0

Marauder ships with sixteen tracker plugins covering CIS forum-style sites, public magnet/torrent feeds, and the entire *arr-stack ecosystem via Torznab and Newznab. 4 are E2E-validated against real services. 12 are alpha — structurally complete with fixture-based tests and awaiting live-account validation by community members.

Generic plugins

Catch-all plugins that work without account credentials.

Generic Magnet

stable

Accept any magnet URI as a one-shot hand-off.

Generic .torrent URL

stable

Watch any HTTPS .torrent file URL by SHA-1 of the file body.

CIS forum trackers

The Russian-speaking forum trackers that the *arr stack cannot reach. Marauder logs in with your account, scrapes the topic page, and detects when the uploader replaces the .torrent attachment.

Tracker Region Auth Status Notes
RuTracker.org RU account alpha
Kinozal.tv RU account alpha
NNM-Club.to RU account alpha CF bypass
LostFilm.tv RU account alpha quality select
Anilibria.tv RU public alpha
tr.anidub.com RU account alpha quality select
Rutor.org RU public alpha
Toloka.to UA account alpha
Unionpeer.org RU account alpha
Tapochek.net RU account alpha
Free-Torrents.org RU account alpha
HD-Club.org RU account alpha

Torznab and Newznab indexers

Two plugins that reach the entire English-speaking self-hosted scene. Sonarr, Radarr, Prowlarr, Jackett, NZBHydra2, NZBGeek, NZBPlanet, DOGnzb — all of them speak Torznab or Newznab, and Marauder talks to them with the same one-URL-per-show UX as Sonarr's wanted list.

Torznab

stable

Any Torznab indexer: Jackett, Prowlarr, NZBHydra2 in torrent mode, direct feeds. 500+ indexers covered.

URL prefix: torznab+https://...

Newznab

stable

Any Usenet indexer: NZBGeek, NZBPlanet, DOGnzb, NZBHydra2. NZB drops to a watch folder.

URL prefix: newznab+https://...

Full guide: docs/torznab-newznab.md

What does "alpha" mean?

An alpha tracker plugin is structurally complete: the URL pattern, login form, page scraper, and download path are all implemented and unit-tested against fixture HTML. What it lacks is end-to-end validation against the live site, because that requires a real account on the tracker. The plugin will work if the live HTML matches the fixture; it may need a regex tweak if the site has changed selectors.

If you have a real account on one of the alpha trackers, the plugin development guide explains how to validate and graduate it to stable in a single PR.