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