From 38a3314f6fb83afe63e99f4d0b72a4fba1f527ad Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Thu, 2 Feb 2023 23:55:54 +0000 Subject: [PATCH] pignetwork: fix posters --- src/Jackett.Common/Definitions/pignetwork.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/pignetwork.yml b/src/Jackett.Common/Definitions/pignetwork.yml index d0e061579..621f5a8e2 100644 --- a/src/Jackett.Common/Definitions/pignetwork.yml +++ b/src/Jackett.Common/Definitions/pignetwork.yml @@ -128,8 +128,8 @@ search: selector: a[href^="download.php?id="] attribute: href poster: - selector: img.pr5 - attribute: src + 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"] @@ -187,4 +187,4 @@ search: description: selector: td.rowfollow:nth-child(2) remove: a, img -# NexusPHP v1.7.16 +# NexusPHP v1.8.0 2023-01-16