diff --git a/src/Jackett.Common/Definitions/crazyhd.yml b/src/Jackett.Common/Definitions/crazyhd.yml index 0bfe4e17c..074d9b2f1 100644 --- a/src/Jackett.Common/Definitions/crazyhd.yml +++ b/src/Jackett.Common/Definitions/crazyhd.yml @@ -110,9 +110,8 @@ settings: "1": "asc" login: - path: index.php - method: form - form: form[action="index.php?page=login"] + path: index.php?page=login + method: post inputs: uid: "{{ .Config.username }}" pwd: "{{ .Config.password }}"