From 4c3f9db0badaac650ec1c78a59b2ef25bdbcabff Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 20 Oct 2020 17:06:43 +1300 Subject: [PATCH] thehorrorcharnet: add date TZ --- .../Definitions/thehorrorcharnel.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/thehorrorcharnel.yml b/src/Jackett.Common/Definitions/thehorrorcharnel.yml index 3df08d4af..e50a71d76 100644 --- a/src/Jackett.Common/Definitions/thehorrorcharnel.yml +++ b/src/Jackett.Common/Definitions/thehorrorcharnel.yml @@ -188,7 +188,23 @@ search: files: selector: td:nth-child(6) date: - selector: td:nth-child(8) + # Yesterday
11:29 PM + # Today
05:23 PM + selector: td:nth-child(8):contains("day") + optional: true + filters: + - name: append + args: " +00:00" # auto adjusted by site account profile + - name: fuzzytime + date: + # Oct 17 2020
02:55 PM + selector: td:nth-child(8):not(:contains("day")) + optional: true + filters: + - name: append + args: " +00:00" # auto adjusted by site account profile + - name: dateparse + args: "Jan 02 2006 03:04 PM -07:00" size: selector: td:nth-child(9) grabs: