mirror of
https://github.com/Jackett/Jackett
synced 2025-03-11 22:52:58 +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:
|
||||
- selector: span.warning
|
||||
message:
|
||||
selector: #text
|
||||
selector: span[class="warning"]:not(:contains("JavaScript"))
|
||||
test:
|
||||
path: index.php
|
||||
selector: a[href^="logout.php"]
|
||||
|
|
Loading…
Add table
Reference in a new issue