Skip to content

Commit

Permalink
theshinning: add date TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Oct 21, 2020
1 parent 7f271f4 commit 99fe32b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Jackett.Common/Definitions/theshinning.yml
Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 99fe32b

Please sign in to comment.