mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix: indexers orpheus torrent url (#122)
This commit is contained in:
parent
6da581bf92
commit
d1f08903d1
1 changed files with 1 additions and 5 deletions
|
@ -13,10 +13,6 @@ supports:
|
||||||
- rss
|
- rss
|
||||||
source: gazelle
|
source: gazelle
|
||||||
settings:
|
settings:
|
||||||
- name: authkey
|
|
||||||
type: text
|
|
||||||
label: Auth key
|
|
||||||
help: Right click DL on a torrent and get the authkey.
|
|
||||||
- name: torrent_pass
|
- name: torrent_pass
|
||||||
type: text
|
type: text
|
||||||
label: Torrent pass
|
label: Torrent pass
|
||||||
|
@ -65,4 +61,4 @@ parse:
|
||||||
- baseUrl
|
- baseUrl
|
||||||
|
|
||||||
match:
|
match:
|
||||||
torrenturl: "{{ .baseUrl }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
torrenturl: "{{ .baseUrl }}&torrent_pass={{ .torrent_pass }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue