From 0c6523162645df96dca0abd87016176651eb3bc0 Mon Sep 17 00:00:00 2001 From: broken-stones <121735795+broken-stones@users.noreply.github.com> Date: Sun, 11 Feb 2024 02:25:50 -0700 Subject: [PATCH] fix(indexers): DigitalCore InfoURL (#1395) fix(indexers): digitalcore Append a trailing slash to infourl to avoid site redirecting to home page. --- internal/indexer/definitions/digitalcore.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/indexer/definitions/digitalcore.yaml b/internal/indexer/definitions/digitalcore.yaml index 7496d4e..3c27306 100644 --- a/internal/indexer/definitions/digitalcore.yaml +++ b/internal/indexer/definitions/digitalcore.yaml @@ -81,5 +81,5 @@ irc: - tags match: - infourl: "/torrent/{{ .torrentId }}" + infourl: "/torrent/{{ .torrentId }}/" torrenturl: "/api/v1/torrents/download/{{ .torrentId }}/{{ .passkey }}"