From d52b28d05f2a4ae147a9c2f51811e6df45bb327d Mon Sep 17 00:00:00 2001 From: soup Date: Sun, 5 Feb 2023 23:16:57 +0100 Subject: [PATCH] fix(indexer): bad url for PTN (#694) * fixed bad url for ptn * minor change --- internal/indexer/definitions/ptn.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/indexer/definitions/ptn.yaml b/internal/indexer/definitions/ptn.yaml index 806bae8..7a4a806 100644 --- a/internal/indexer/definitions/ptn.yaml +++ b/internal/indexer/definitions/ptn.yaml @@ -5,8 +5,8 @@ identifier: ptn description: PTN is a ratioless movie tracker. language: en-us urls: - - http://piratethenet.org/ - https://piratethenet.org/ + - http://piratethenet.org/ privacy: private protocol: torrent supports: @@ -17,7 +17,7 @@ settings: - name: torrent_pass type: secret required: true - label: Torrent pass + label: Passkey help: Check the RSS feed for your passkey. irc: @@ -63,4 +63,4 @@ irc: match: infourl: "/details.php?id={{ .torrentId }}" - torrenturl: "/download.php?torrent={{ .torrentId }}&torrent_pass={{ .torrent_pass }}" \ No newline at end of file + torrenturl: "/download.php?torrent={{ .torrentId }}&passkey={{ .torrent_pass }}" \ No newline at end of file