From b7025d48e5dbcc7cc45dc724c6089d2c9537eba2 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 24 Feb 2023 20:45:02 +1300 Subject: [PATCH] assorted yml: dateparse update. related to #14072 --- src/Jackett.Common/Definitions/bulltorrent.yml | 2 +- src/Jackett.Common/Definitions/torrentfunk.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/bulltorrent.yml b/src/Jackett.Common/Definitions/bulltorrent.yml index eccc0fff1..ba91970cb 100644 --- a/src/Jackett.Common/Definitions/bulltorrent.yml +++ b/src/Jackett.Common/Definitions/bulltorrent.yml @@ -109,7 +109,7 @@ search: - name: append args: " +01:00" # CET - name: dateparse - args: "2 Jan -07:00" + args: "d MMM zzz" date: text: "{{ if or .Result.date_year .Result.date_ago .Result.date_day }}{{ or .Result.date_year .Result.date_ago .Result.date_day }}{{ else }}now{{ end }}" size: diff --git a/src/Jackett.Common/Definitions/torrentfunk.yml b/src/Jackett.Common/Definitions/torrentfunk.yml index fb097b320..f264102c0 100644 --- a/src/Jackett.Common/Definitions/torrentfunk.yml +++ b/src/Jackett.Common/Definitions/torrentfunk.yml @@ -109,7 +109,7 @@ search: - name: append args: " -07:00" # PDT - name: dateparse - args: "2 Jan -07:00" + args: "d MMM zzz" date: text: "{{ if or .Result.date_month .Result.date_day }}{{ or .Result.date_month .Result.date_day }}{{ else }}now{{ end }}" size: