From e9e0e9063617e34bf11117dcb03eb7c2c96d8b71 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 26 Jul 2023 07:14:16 +1200 Subject: [PATCH] cinefilhd: new layout #4908 --- src/Jackett.Common/Definitions/cinefilhd.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Jackett.Common/Definitions/cinefilhd.yml b/src/Jackett.Common/Definitions/cinefilhd.yml index 10fc5586d..ec6dd5e4b 100644 --- a/src/Jackett.Common/Definitions/cinefilhd.yml +++ b/src/Jackett.Common/Definitions/cinefilhd.yml @@ -131,16 +131,16 @@ search: selector: a[href*="imdb.com/title/tt"] attribute: href files: - selector: td:nth-child(4) + selector: td:nth-child(5) date_day: # Today
10:20 AM # Yesterday
08:03 PM - selector: td:nth-child(6):contains("day") + selector: td:nth-child(7):contains("day") # auto adjusted by site account profile optional: true date_year: # Feb 14 2019
10:20 AM - selector: td:nth-child(6):not(:contains("day")) + selector: td:nth-child(7):not(:contains("day")) # auto adjusted by site account profile optional: true filters: @@ -149,13 +149,13 @@ search: date: text: "{{ if or .Result.date_day .Result.date_year }}{{ or .Result.date_day .Result.date_year }}{{ else }}now{{ end }}" size: - selector: td:nth-child(7) - grabs: selector: td:nth-child(8) - seeders: + grabs: selector: td:nth-child(9) - leechers: + seeders: selector: td:nth-child(10) + leechers: + selector: td:nth-child(11) genre: selector: td:nth-child(2) remove: a, font