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