mooch

command module
v0.0.0-...-ddb2e51 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2025 License: BSD-3-Clause Imports: 16 Imported by: 0

README

Mooch

Mooch downloads and organizes torrents from RSS feeds.

Usage:

mooch [file]

Mooch matches torrent titles with regular expressions and adds them to a Rain client session. Torrents are organized upon completion if destination directories are specified.

The configuration file should either be passed as an argument or exist at $XDG_CONFIG_HOME/mooch/config.json. The configuration should look similar to:

{
  "data_dir": "~/Downloads",
  "feeds": [
    {
      "url": "https://example.com/rss?user=bob",
      "pattern": "Popular Series - (\\d+) \\[1080p\\]\\[HEVC\\]",
      "dst_dir": "~/Media/Popular Series/Season 01"
    },
    {
      "url": "https://another.org/feed?category=fantasy",
      "pattern": "Ongoing Show - S03E(\\d+) \\[720p\\]",
      "dst_dir": "~/Media/Ongoing Show/Season 03"
    }
  ]
}

Documentation

Overview

Mooch searches nyaa.si for torrents.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL