From b8cc2bd6f66bce7b69b7f455f48780080cef910e Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 1 Sep 2021 16:43:46 +1200 Subject: [PATCH] swarmazon: drop captcha on login. #12217 --- src/Jackett.Common/Definitions/swarmazon.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Jackett.Common/Definitions/swarmazon.yml b/src/Jackett.Common/Definitions/swarmazon.yml index c4f726e58..42d899bba 100644 --- a/src/Jackett.Common/Definitions/swarmazon.yml +++ b/src/Jackett.Common/Definitions/swarmazon.yml @@ -32,18 +32,18 @@ login: path: en/account/login.php method: form form: form - captcha: - type: image - selector: img[alt="CAPTCHA"] - input: captcha_challenge +# captcha: +# type: image +# selector: img[alt="CAPTCHA"] +# input: captcha_challenge inputs: username: "{{ .Config.username }}" password: "{{ .Config.password }}" remember: on error: - - selector: script:contains("The Captcha") - message: - text: The Captcha you entered was incorrect. +# - selector: script:contains("The Captcha") +# message: +# text: The Captcha you entered was incorrect. - selector: script:contains("Wrong") message: text: Wrong username or password.