mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 15:21:06 +00:00
Shareisland: improve login error detection
This commit is contained in:
parent
b3cf51172f
commit
4c6b946cf9
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
||||||
error:
|
error:
|
||||||
- selector: div.error
|
- selector: div.error
|
||||||
- selector: body:has(h1:contains("403 Forbidden")) # for banned IP notices
|
- selector: body:has(h1:contains("403 Forbidden")) # for banned IP notices
|
||||||
|
- selector: td.lista > span[style="color:#FF0000;"] # Nome Utente non corretto
|
||||||
test:
|
test:
|
||||||
path: /index.php
|
path: /index.php
|
||||||
selector: a[href="logout.php"]
|
selector: a[href="logout.php"]
|
||||||
|
|
Loading…
Reference in a new issue