mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 07:43:13 +00:00
gaytorrentru: add failed login error detection. #15680
This commit is contained in:
parent
2079192f0b
commit
6a5b6e8a30
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ login:
|
|||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
error:
|
||||
- selector: div.panel:has(h3:contains("Login failed"))
|
||||
test:
|
||||
path: browse.php
|
||||
selector: a[href$="/logout.php"]
|
||||
|
|
Loading…
Reference in a new issue