From 7e819a2b47519a58b37a5552ce8eba5612617f2d Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 3 Feb 2023 19:18:10 +1300 Subject: [PATCH] hdfans: add posters update engine tag --- src/Jackett.Common/Definitions/hdfans.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/hdfans.yml b/src/Jackett.Common/Definitions/hdfans.yml index 03feccf8d..d935a7469 100644 --- a/src/Jackett.Common/Definitions/hdfans.yml +++ b/src/Jackett.Common/Definitions/hdfans.yml @@ -82,6 +82,7 @@ login: selector: img[alt="CAPTCHA"] input: imagestring inputs: + secret: "" username: "{{ .Config.username }}" password: "{{ .Config.password }}" two_step_code: "{{ .Config.2facode }}" @@ -138,6 +139,9 @@ search: download: selector: a[href^="download.php?id="] attribute: href + poster: + selector: img[data-src] + attribute: data-src imdbid: selector: a[href*="imdb.com/title/tt"] attribute: href @@ -189,4 +193,4 @@ search: remove: a, img minimumratio: text: 0.81 -# NexusPHP Standard v1.7.6 +# NexusPHP v1.8.0 2023-01-20