diff --git a/internal/indexer/definitions/orpheus.yaml b/internal/indexer/definitions/orpheus.yaml index e214eb6..2c0623c 100644 --- a/internal/indexer/definitions/orpheus.yaml +++ b/internal/indexer/definitions/orpheus.yaml @@ -13,10 +13,6 @@ supports: - rss source: gazelle settings: - - name: authkey - type: text - label: Auth key - help: Right click DL on a torrent and get the authkey. - name: torrent_pass type: text label: Torrent pass @@ -65,4 +61,4 @@ parse: - baseUrl match: - torrenturl: "{{ .baseUrl }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}" + torrenturl: "{{ .baseUrl }}&torrent_pass={{ .torrent_pass }}"