From b2db1cc091c73209496e1ae03e5372cb65a5b87d Mon Sep 17 00:00:00 2001 From: martylukyy <35452459+martylukyy@users.noreply.github.com> Date: Sun, 25 Aug 2024 17:07:48 +0200 Subject: [PATCH] fix(indexers): HD-Only `torrenturl` (#1629) --- internal/indexer/definitions/hdonly.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/internal/indexer/definitions/hdonly.yaml b/internal/indexer/definitions/hdonly.yaml index 30452c9..99be992 100644 --- a/internal/indexer/definitions/hdonly.yaml +++ b/internal/indexer/definitions/hdonly.yaml @@ -13,6 +13,12 @@ supports: - rss # source: gazelle settings: + - name: authkey + type: secret + required: true + label: Auth key + help: Right click DL on a torrent and get the authkey. + - name: torrent_pass type: secret required: true @@ -126,4 +132,4 @@ irc: match: infourl: "/torrents.php?torrentid={{ .torrentId }}" - torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&torrent_pass={{ .torrent_pass }}" + torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"