mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +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
|
desc: desc
|
||||||
asc: asc
|
asc: asc
|
||||||
|
|
||||||
|
login:
|
||||||
|
path: /api/torrents
|
||||||
|
method: get
|
||||||
|
inputs:
|
||||||
|
api_token: "{{ .Config.apikey }}"
|
||||||
|
error:
|
||||||
|
- selector: a[href*="/login"]
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
# https://hdinnovations.github.io/UNIT3D-Community-Edition-Docs/api_endpoints.html
|
# https://hdinnovations.github.io/UNIT3D-Community-Edition-Docs/api_endpoints.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue