Skip to content

Commit

Permalink
add rss option to utils page
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkarry committed Sep 30, 2024
1 parent 5150a2e commit 37f315f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/reference/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,15 @@ an `inject dir` by providing the argument.
cross-seed inject
cross-seed inject --inject-dir /path/to/dir
```

### `cross-seed rss`

Runs a manual RSS scan (like [`rssCadence`](../basics/options.md#rsscadence)) and performs your specified [`action`](../basics/options.md#action) on the trackers in your [`torznab`](../basics/options.md#torznab) option.

[Read about automating this with "daemon" mode...](../basics/daemon.md#set-up-rss)

#### Usage

```shell
cross-seed rss
```

0 comments on commit 37f315f

Please sign in to comment.