mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +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
|
- rss
|
||||||
# source: gazelle
|
# source: gazelle
|
||||||
settings:
|
settings:
|
||||||
|
- name: authkey
|
||||||
|
type: secret
|
||||||
|
required: true
|
||||||
|
label: Auth key
|
||||||
|
help: Right click DL on a torrent and get the authkey.
|
||||||
|
|
||||||
- name: torrent_pass
|
- name: torrent_pass
|
||||||
type: secret
|
type: secret
|
||||||
required: true
|
required: true
|
||||||
|
@ -126,4 +132,4 @@ irc:
|
||||||
|
|
||||||
match:
|
match:
|
||||||
infourl: "/torrents.php?torrentid={{ .torrentId }}"
|
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