mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
fix(indexers): HD-Only torrenturl
(#1629)
This commit is contained in:
parent
13b67b2fb0
commit
b2db1cc091
1 changed files with 7 additions and 1 deletions
|
@ -13,6 +13,12 @@ supports:
|
|||
- rss
|
||||
# source: gazelle
|
||||
settings:
|
||||
- name: authkey
|
||||
type: secret
|
||||
required: true
|
||||
label: Auth key
|
||||
help: Right click DL on a torrent and get the authkey.
|
||||
|
||||
- name: torrent_pass
|
||||
type: secret
|
||||
required: true
|
||||
|
@ -126,4 +132,4 @@ irc:
|
|||
|
||||
match:
|
||||
infourl: "/torrents.php?torrentid={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&torrent_pass={{ .torrent_pass }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue