From d8dc0d221af087e09df1fb0a5b6c62b91cf2f5e2 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Tue, 6 Jun 2023 00:11:58 +0300 Subject: [PATCH] torrentleech: use login form (#14428) resolves #14410 --- src/Jackett.Common/Definitions/torrentleech.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/torrentleech.yml b/src/Jackett.Common/Definitions/torrentleech.yml index 0b62cfe11..4f025361a 100644 --- a/src/Jackett.Common/Definitions/torrentleech.yml +++ b/src/Jackett.Common/Definitions/torrentleech.yml @@ -122,7 +122,8 @@ settings: login: path: user/account/login/ - method: post + method: form + form: form[name="login-form"] inputs: username: "{{ .Config.username }}" password: "{{ .Config.password }}"