mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 07:10:44 +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:
|
||||
- selector: div.error
|
||||
- selector: body:has(h1:contains("403 Forbidden")) # for banned IP notices
|
||||
- selector: td.lista > span[style="color:#FF0000;"] # Nome Utente non corretto
|
||||
test:
|
||||
path: /index.php
|
||||
selector: a[href="logout.php"]
|
||||
|
|
Loading…
Reference in a new issue