From 99fe32bec6146a72c6f8b4bd9e3de27d94450108 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 21 Oct 2020 20:14:19 +1300 Subject: [PATCH] theshinning: add date TZ --- src/Jackett.Common/Definitions/theshinning.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/theshinning.yml b/src/Jackett.Common/Definitions/theshinning.yml index fa8c686b9..106a53139 100644 --- a/src/Jackett.Common/Definitions/theshinning.yml +++ b/src/Jackett.Common/Definitions/theshinning.yml @@ -81,7 +81,7 @@ search: - path: filterTorrents inputs: $raw: "{{ range .Categories }}categories[]={{.}}&{{end}}" - search: "{{ if .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}" + search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" description: "" uploader: "" imdb: "{{ .Query.IMDBIDShort }}" @@ -141,8 +141,10 @@ search: date: selector: time filters: + - name: append + args: " +01:00" # CET - name: dateparse - args: "02/01/2006 15:04:05" + args: "02/01/2006 15:04:05 -07:00" downloadvolumefactor: case: i[class*="fa-id-badge text-orange"]: 0 # 24 Hour FreeLeech From BON Store