fix: indexers orpheus torrent url (#122)

This commit is contained in:
Ludvig Lundgren 2022-02-07 18:59:59 +01:00 committed by GitHub
parent 6da581bf92
commit d1f08903d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"