1
0
Fork 0
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:
ilike2burnthing 2021-01-23 04:37:18 +00:00 committed by GitHub
parent bf2d8f8ded
commit 86a3499e3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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