From cb7c14e1013ee8232065ee351879df7e5fe86d42 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 10 Dec 2023 22:00:08 +0000 Subject: [PATCH] Update hellashut.yml --- src/Jackett.Common/Definitions/hellashut.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/hellashut.yml b/src/Jackett.Common/Definitions/hellashut.yml index 40c34c763..d28786a94 100644 --- a/src/Jackett.Common/Definitions/hellashut.yml +++ b/src/Jackett.Common/Definitions/hellashut.yml @@ -108,10 +108,11 @@ login: captcha: type: image selector: img[src="captcha.php?ext=.gif"] - input: captcha + input: input[name^="captcha"] inputs: - username: "{{ .Config.username }}" - password: "{{ .Config.password }}" + input[name="username"]: "{{ .Config.username }}" + input[name="password"]: "{{ .Config.password }}" + selectors: true error: - selector: td.embedded:contains("Access Denied") test: