mirror of
https://github.com/Jackett/Jackett
synced 2025-03-12 07:04:22 +00:00
sugoimusic: fix login error selector
This commit is contained in:
parent
bf2d8f8ded
commit
86a3499e3b
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ login:
|
||||||
error:
|
error:
|
||||||
- selector: span.warning
|
- selector: span.warning
|
||||||
message:
|
message:
|
||||||
selector: #text
|
selector: span[class="warning"]:not(:contains("JavaScript"))
|
||||||
test:
|
test:
|
||||||
path: index.php
|
path: index.php
|
||||||
selector: a[href^="logout.php"]
|
selector: a[href^="logout.php"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue