From d0f0c167d644ecae979daa946841dcc6752dd1d7 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 19 Aug 2021 17:02:27 +1200 Subject: [PATCH] abtorrents: handle yesterday dateparse --- src/Jackett.Common/Definitions/abtorrents.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/abtorrents.yml b/src/Jackett.Common/Definitions/abtorrents.yml index 101b0cff6..af705a2b5 100644 --- a/src/Jackett.Common/Definitions/abtorrents.yml +++ b/src/Jackett.Common/Definitions/abtorrents.yml @@ -138,8 +138,17 @@ search: files: selector: td:nth-last-child(8) date: - # Sep 20 2020
7:25 PM - selector: td:nth-last-child(7) + # Yesterday
6:00 AM + selector: td:nth-last-child(7):contains("day") + optional: true + filters: + - name: append + args: " +00:00" # auto adjusted by site account profile + - name: fuzzytime + date: + # Aug 6 2021
7:25 PM + selector: td:nth-last-child(7):not(:contains("day")) + optional: true filters: - name: append args: " +00:00" # auto adjusted by site account profile