mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
gaytorrentru: add failed login error detection. #15680
This commit is contained in:
@@ -111,6 +111,8 @@ login:
|
|||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
|
error:
|
||||||
|
- selector: div.panel:has(h3:contains("Login failed"))
|
||||||
test:
|
test:
|
||||||
path: browse.php
|
path: browse.php
|
||||||
selector: a[href$="/logout.php"]
|
selector: a[href$="/logout.php"]
|
||||||
|
Reference in New Issue
Block a user