From 0c04c669c7fbfec58621f8bbf5324692af0de706 Mon Sep 17 00:00:00 2001 From: soup Date: Wed, 28 Dec 2022 14:57:57 +0100 Subject: [PATCH] fix(indexers): bad nCore torrent URL (#586) Fixed bad ncore URL --- internal/indexer/definitions/ncore.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/indexer/definitions/ncore.yaml b/internal/indexer/definitions/ncore.yaml index 57b357c..cd64664 100644 --- a/internal/indexer/definitions/ncore.yaml +++ b/internal/indexer/definitions/ncore.yaml @@ -69,4 +69,4 @@ irc: match: # https://ncore.pro/torrents.php?action=download&id=0000&key=00000 - torrenturl: "/download&id={{ .torrentId }}&key={{ .passkey }}" + torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&key={{ .passkey }}"