mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +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 }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
error:
|
error:
|
||||||
- selector: table[border="0"][cellspacing="0"][cellpadding="10"] tr td font[color="orange"]
|
- selector: table.main:contains("Aanmelden mislukt")
|
||||||
test:
|
test:
|
||||||
path: /
|
path: /
|
||||||
selector: a[href="logout.php"]
|
selector: a[href="logout.php"]
|
||||||
|
|
Loading…
Reference in a new issue