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 }}"