From fa7162d4f7cc770651725a8ea8dc6d1dac748147 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 21 Nov 2019 10:05:12 +1300 Subject: [PATCH] hdturk: site is now forcing https: plus additional changes to the login form. --- src/Jackett.Common/Definitions/hdturk.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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!")