From 733b4c854b2cafb18dba0822fc7a726a95c58699 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 3 Feb 2023 21:43:47 +1300 Subject: [PATCH] carpt: add posters update engine tag --- src/Jackett.Common/Definitions/carpt.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/carpt.yml b/src/Jackett.Common/Definitions/carpt.yml index 5db77f43f..a9dbb705a 100644 --- a/src/Jackett.Common/Definitions/carpt.yml +++ b/src/Jackett.Common/Definitions/carpt.yml @@ -127,6 +127,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"] @@ -186,4 +189,4 @@ search: description: selector: td.rowfollow:nth-child(2) remove: a, img -# NexusPHP v1.7.16 +# NexusPHP v1.7.31 2022-11-14