mirror of https://github.com/Jackett/Jackett
Ethor.net: add login error detection
This commit is contained in:
parent
8126fc3c85
commit
fbab796e76
|
@ -52,6 +52,8 @@
|
|||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
secure_cookie: "0"
|
||||
error:
|
||||
- selector: :contains("\"status\":\"error\"")
|
||||
test:
|
||||
path: browse.php
|
||||
|
||||
|
|
Loading…
Reference in New Issue