1
0
Fork 0
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:
kaso17 2018-10-30 11:45:55 +01:00
parent b3cf51172f
commit 4c6b946cf9

View file

@ -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"]