From 3a48573b88b2e2d668e1865094f7a730bd48c32f Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 11 Aug 2022 11:21:49 +1200 Subject: [PATCH] carphunter: layout changed --- src/Jackett.Common/Definitions/carphunter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/carphunter.yml b/src/Jackett.Common/Definitions/carphunter.yml index e729fc1b9..bf487900d 100644 --- a/src/Jackett.Common/Definitions/carphunter.yml +++ b/src/Jackett.Common/Definitions/carphunter.yml @@ -128,7 +128,8 @@ search: selector: a[href*="imdb.com/title/tt"] attribute: href genre: - selector: i + selector: small[title] + attribute: title description: text: "{{ .Result.genre }}" poster: @@ -138,8 +139,7 @@ search: - name: regexp args: "src=(.*?) width" date: - selector: small - remove: font + selector: td:nth-last-child(8) filters: - name: replace args: ["\u00a0", " "]