mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(indexer): bad url for PTN (#694)
* fixed bad url for ptn * minor change
This commit is contained in:
parent
9a47dbc588
commit
d52b28d05f
1 changed files with 3 additions and 3 deletions
|
@ -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 }}"
|
Loading…
Add table
Add a link
Reference in a new issue