From 2d9ec2401bea964b1cb60d7a2b22e4c5e9bb832c Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 9 Jun 2020 13:11:41 +1200 Subject: [PATCH] crazyhd: update login. resolves #8924 --- src/Jackett.Common/Definitions/crazyhd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/crazyhd.yml b/src/Jackett.Common/Definitions/crazyhd.yml index 8ea5eaede..0bfe4e17c 100644 --- a/src/Jackett.Common/Definitions/crazyhd.yml +++ b/src/Jackett.Common/Definitions/crazyhd.yml @@ -110,9 +110,9 @@ settings: "1": "asc" login: - path: index.php?page=login + path: index.php method: form - form: form[action^="index.php?page=login"] + form: form[action="index.php?page=login"] inputs: uid: "{{ .Config.username }}" pwd: "{{ .Config.password }}"