mirror of
https://github.com/Jackett/Jackett
synced 2025-03-08 21:06:25 +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
|
- path: filterTorrents
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
|
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
|
||||||
search: "{{ if .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
||||||
description: ""
|
description: ""
|
||||||
uploader: ""
|
uploader: ""
|
||||||
imdb: "{{ .Query.IMDBIDShort }}"
|
imdb: "{{ .Query.IMDBIDShort }}"
|
||||||
|
@ -141,8 +141,10 @@ search:
|
||||||
date:
|
date:
|
||||||
selector: time
|
selector: time
|
||||||
filters:
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: " +01:00" # CET
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "02/01/2006 15:04:05"
|
args: "02/01/2006 15:04:05 -07:00"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
i[class*="fa-id-badge text-orange"]: 0 # 24 Hour FreeLeech From BON Store
|
i[class*="fa-id-badge text-orange"]: 0 # 24 Hour FreeLeech From BON Store
|
||||||
|
|
Loading…
Add table
Reference in a new issue