From 627c1e1acf91dae98a7a208b9d371c3bf707d101 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 29 Jul 2021 12:46:25 +1200 Subject: [PATCH] myspleen: new login error detection --- src/Jackett.Common/Definitions/myspleen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/myspleen.yml b/src/Jackett.Common/Definitions/myspleen.yml index 34fad5c4a..ee9f62299 100644 --- a/src/Jackett.Common/Definitions/myspleen.yml +++ b/src/Jackett.Common/Definitions/myspleen.yml @@ -33,7 +33,7 @@ login: password: "{{ .Config.password }}" returnto: / error: - - selector: div#content:has(h2:contains("Login Failed")) + - selector: div#content:has(h3:contains("Login Failed")) test: path: browse.php selector: span.key:contains("Ratio") + span.value