From 232e746fe4f88fd4649626d986ee8d841c72a6bb Mon Sep 17 00:00:00 2001 From: theonly112 Date: Mon, 1 Jun 2020 21:16:27 +0200 Subject: [PATCH] thefallingangels: Fix login. resolves #8830 (#8832) --- src/Jackett.Common/Definitions/thefallingangels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/thefallingangels.yml b/src/Jackett.Common/Definitions/thefallingangels.yml index 3072490d2..14ea9c0e5 100644 --- a/src/Jackett.Common/Definitions/thefallingangels.yml +++ b/src/Jackett.Common/Definitions/thefallingangels.yml @@ -106,7 +106,7 @@ settings: login: path: login.php method: form - form: form[action="/login.php"] + form: form[method="post"] cookies: ["JAVA=OK"] # avoid jscheck redirect inputs: username: "{{ .Config.username }}"