mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
hdolimpo: validate api key when the indexer is configured (#12839)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user