fix(indexer): bad url for PTN (#694)

* fixed bad url for ptn

* minor change
This commit is contained in:
soup 2023-02-05 23:16:57 +01:00 committed by GitHub
parent 9a47dbc588
commit d52b28d05f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"
torrenturl: "/download.php?torrent={{ .torrentId }}&passkey={{ .torrent_pass }}"