diff --git a/src/Jackett.Common/Definitions/hdturk.yml b/src/Jackett.Common/Definitions/hdturk.yml index 7000d42dc..f4bd70938 100644 --- a/src/Jackett.Common/Definitions/hdturk.yml +++ b/src/Jackett.Common/Definitions/hdturk.yml @@ -6,6 +6,8 @@ type: private encoding: UTF-8 links: + - https://hdturk.de/ + legacylinks: - http://hdturk.de/ caps: @@ -81,13 +83,13 @@ login: path: login.php method: form - form: form[action="takelogin.php"] + form: form[action$="takelogin.php"] inputs: username: "{{ .Config.username }}" password: "{{ .Config.password }}" captcha: type: image - selector: img#regimage + selector: img#regimage2 input: imagestring error: - selector: table:contains("Bir hata oluştu!")