From 525861074ba508c7728a57bb76234f9eb08e974e Mon Sep 17 00:00:00 2001 From: Bogdan Date: Tue, 10 Oct 2023 19:00:06 +0300 Subject: [PATCH] feat(indexers): FileList update download link (#1172) feat(indexers): remove unused filename argument from download link for FL --- internal/indexer/definitions/filelist.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/internal/indexer/definitions/filelist.yaml b/internal/indexer/definitions/filelist.yaml index 6e12017..e9206a7 100644 --- a/internal/indexer/definitions/filelist.yaml +++ b/internal/indexer/definitions/filelist.yaml @@ -67,6 +67,4 @@ irc: match: infourl: "/details.php?id={{ .torrentId }}" - torrenturl: "/download.php?id={{ .torrentId }}&file={{ .torrentName }}.torrent&passkey={{ .passkey }}" - encode: - - torrentName + torrenturl: "/download.php?id={{ .torrentId }}&passkey={{ .passkey }}"