From 6a5b6e8a3044278d84f27fe1b0261d27ff2df070 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 31 Oct 2024 07:07:20 +1300 Subject: [PATCH] gaytorrentru: add failed login error detection. #15680 --- src/Jackett.Common/Definitions/gaytorrentru.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Jackett.Common/Definitions/gaytorrentru.yml b/src/Jackett.Common/Definitions/gaytorrentru.yml index d35b8001e..fa56a29f4 100644 --- a/src/Jackett.Common/Definitions/gaytorrentru.yml +++ b/src/Jackett.Common/Definitions/gaytorrentru.yml @@ -111,6 +111,8 @@ login: inputs: username: "{{ .Config.username }}" password: "{{ .Config.password }}" + error: + - selector: div.panel:has(h3:contains("Login failed")) test: path: browse.php selector: a[href$="/logout.php"]