From 5b7deb82503b73872d484a89df0f2aca92df88c5 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 29 Jan 2023 22:43:10 +1300 Subject: [PATCH] 2xfree: fix posters. #13943 --- src/Jackett.Common/Definitions/2xfree.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/2xfree.yml b/src/Jackett.Common/Definitions/2xfree.yml index f055518f8..fe76cf16a 100644 --- a/src/Jackett.Common/Definitions/2xfree.yml +++ b/src/Jackett.Common/Definitions/2xfree.yml @@ -153,8 +153,8 @@ search: selector: a[href^="download.php?id="] attribute: href poster: - selector: img.pr5 - attribute: src + selector: td.rowfollow:nth-child(2) > table.torrentname > tbody > tr > td > 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"]