From 44adbb103350d60850d639c5b3b716714c13f1a8 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 4 Feb 2023 10:02:11 +1300 Subject: [PATCH] ihdbits: add posters update engine tag --- src/Jackett.Common/Definitions/ihdbits.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/ihdbits.yml b/src/Jackett.Common/Definitions/ihdbits.yml index 2b338d087..0fbf41322 100644 --- a/src/Jackett.Common/Definitions/ihdbits.yml +++ b/src/Jackett.Common/Definitions/ihdbits.yml @@ -130,6 +130,9 @@ search: download: selector: a[href^="download.php?id="] attribute: href + poster: + selector: img[data-src] + attribute: data-src imdbid: # site currently only has a badge and rating, the id is not present. just in case a future update. selector: a[href*="imdb.com/title/tt"] @@ -189,4 +192,4 @@ search: description: selector: td.rowfollow:nth-child(2) remove: a, img -# NexusPHP 1.7.29 2022-10-13 +# NexusPHP v1.7.30 2022-11-05