mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
theshinning: add date TZ
This commit is contained in:
parent
7f271f4894
commit
99fe32bec6
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue