mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
hdolimpo: validate api key when the indexer is configured (#12839)
This commit is contained in:
parent
60d2c425e1
commit
f2d21899e6
1 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,14 @@ settings:
|
|||
desc: desc
|
||||
asc: asc
|
||||
|
||||
login:
|
||||
path: /api/torrents
|
||||
method: get
|
||||
inputs:
|
||||
api_token: "{{ .Config.apikey }}"
|
||||
error:
|
||||
- selector: a[href*="/login"]
|
||||
|
||||
search:
|
||||
paths:
|
||||
# https://hdinnovations.github.io/UNIT3D-Community-Edition-Docs/api_endpoints.html
|
||||
|
|
Loading…
Add table
Reference in a new issue