From d74aa2317a256c9eb4a2b39b0cd05d308458d813 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 4 Feb 2023 10:25:21 +1300 Subject: [PATCH] oshenpt: add posters update engine tag --- src/Jackett.Common/Definitions/oshenpt.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/oshenpt.yml b/src/Jackett.Common/Definitions/oshenpt.yml index c823e4cba..2f2e43215 100644 --- a/src/Jackett.Common/Definitions/oshenpt.yml +++ b/src/Jackett.Common/Definitions/oshenpt.yml @@ -131,6 +131,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"] @@ -185,4 +188,4 @@ search: description: selector: td:nth-child(2) remove: a, img -# NexusPHP v1.8.0 2023-01-05 +# NexusPHP v1.8.0 2023-01-11