From 8de1592d1f963c4f47b69fea2952b3c631dd0e33 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Fri, 24 Feb 2023 22:21:10 +0200 Subject: [PATCH] assorted yml: dateparse update. related to #14072 (#14084) --- src/Jackett.Common/Definitions/gay-torrentsorg.yml | 2 +- src/Jackett.Common/Definitions/korsar.yml | 2 +- src/Jackett.Common/Definitions/madsrevolution.yml | 2 +- src/Jackett.Common/Definitions/rus-media.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Definitions/gay-torrentsorg.yml b/src/Jackett.Common/Definitions/gay-torrentsorg.yml index 4eb9a1a77..da414a055 100644 --- a/src/Jackett.Common/Definitions/gay-torrentsorg.yml +++ b/src/Jackett.Common/Definitions/gay-torrentsorg.yml @@ -155,7 +155,7 @@ search: - name: append args: " +01:00" # CET - name: dateparse - args: "02 Jan 2006 15:04 -07:00" + args: "dd MMM yyyy HH:mm zzz" downloadvolumefactor: case: "div:nth-child(2) > div:nth-child(3) > a:contains(\"FREE!\")": 0 diff --git a/src/Jackett.Common/Definitions/korsar.yml b/src/Jackett.Common/Definitions/korsar.yml index c8526e5e2..1b7c5c2ff 100644 --- a/src/Jackett.Common/Definitions/korsar.yml +++ b/src/Jackett.Common/Definitions/korsar.yml @@ -606,7 +606,7 @@ search: - name: append args: " +03:00" # MSK - name: dateparse - args: "02 Jan 2006, 15:04 -07:00" + args: "dd MMM yyyy, HH:mm zzz" date: text: "{{ if or .Result.date_time .Result.date_year .Result.date_day }}{{ or .Result.date_time .Result.date_year .Result.date_day }}{{ else }}now{{ end }}" downloadvolumefactor: diff --git a/src/Jackett.Common/Definitions/madsrevolution.yml b/src/Jackett.Common/Definitions/madsrevolution.yml index a0322f06b..48627b2e7 100644 --- a/src/Jackett.Common/Definitions/madsrevolution.yml +++ b/src/Jackett.Common/Definitions/madsrevolution.yml @@ -164,7 +164,7 @@ search: - name: append args: " +01:00" # CET - name: dateparse - args: "02 Jan 2006, 15:04 -07:00" + args: "dd MMM yyyy, HH:mm zzz" size: selector: td:nth-last-child(4) grabs: diff --git a/src/Jackett.Common/Definitions/rus-media.yml b/src/Jackett.Common/Definitions/rus-media.yml index be9b594eb..5060629f4 100644 --- a/src/Jackett.Common/Definitions/rus-media.yml +++ b/src/Jackett.Common/Definitions/rus-media.yml @@ -447,7 +447,7 @@ search: - name: append args: " +03:00" # MSK - name: dateparse - args: "02 Jan 2006 15:04 -07:00" + args: "dd MMM yyyy HH:mm zzz" date: text: "{{ if or .Result.date_year .Result.date_day .Result.date_minutes }}{{ or .Result.date_year .Result.date_day .Result.date_minutes }}{{ else }}now{{ end }}" downloadvolumefactor: