From 38242a8ca6556606a5dbf288cbeda4e3943dce69 Mon Sep 17 00:00:00 2001 From: DirectorX Date: Sun, 14 May 2023 14:17:24 +0300 Subject: [PATCH] fix(indexers): Hebits infourl (#930) fix(indexers): hebits fix infourl --- internal/indexer/definitions/hebits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/indexer/definitions/hebits.yaml b/internal/indexer/definitions/hebits.yaml index 56991f7..908f2c7 100644 --- a/internal/indexer/definitions/hebits.yaml +++ b/internal/indexer/definitions/hebits.yaml @@ -84,5 +84,5 @@ irc: - torrentName match: - infourl: "/torrents.php?id={{ .torrentId }}" + infourl: "/torrents.php?torrentid={{ .torrentId }}" torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .passkey }}"