mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 02:39:26 +00:00
film-paleis: fix login error detection. resolves #7216
This commit is contained in:
parent
a82c3cf963
commit
e2b2346eb2
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
error:
|
||||
- selector: table[border="0"][cellspacing="0"][cellpadding="10"] tr td font[color="orange"]
|
||||
- selector: table.main:contains("Aanmelden mislukt")
|
||||
test:
|
||||
path: /
|
||||
selector: a[href="logout.php"]
|
||||
|
|
Loading…
Reference in a new issue