lesaloon: add date TZ

code tidy
This commit is contained in:
Garfield69 2020-11-15 16:59:40 +13:00
parent da279ea87d
commit 9dec9ba04d
1 changed files with 4 additions and 2 deletions

View File

@ -141,7 +141,7 @@ search:
- path: index.php - path: index.php
inputs: inputs:
page: torrents page: torrents
search: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ end }}" search: "{{ .Keywords }}"
parentcategory: 0 parentcategory: 0
category: 0 category: 0
genre: 0 genre: 0
@ -195,8 +195,10 @@ search:
# 06/02/2019 18:19:28 # 06/02/2019 18:19:28
selector: td:nth-child(7) selector: td:nth-child(7)
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"
seeders: seeders:
selector: td:nth-child(8) selector: td:nth-child(8)
leechers: leechers: