arenabg: add date timezone

This commit is contained in:
Garfield69 2020-09-29 18:45:53 +13:00
parent 1594aa1a6d
commit 8bc22733c5
1 changed files with 7 additions and 3 deletions

View File

@ -113,7 +113,7 @@ search:
method: post method: post
followredirect: true followredirect: true
inputs: inputs:
text: "{{ if .Keywords }}{{ .Keywords }}{{else}}{{end}}" text: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ end }}"
"text_mobile": "" "text_mobile": ""
type: 0 type: 0
audio: 0 audio: 0
@ -146,15 +146,19 @@ search:
selector: td:nth-child(3):contains(":") selector: td:nth-child(3):contains(":")
optional: true optional: true
filters: filters:
- name: append
args: " +02:00" # EET
- name: dateparse - name: dateparse
args: "15:04:05" args: "15:04:05 -07:00"
date: date:
# 2018-10-19 # 2018-10-19
selector: td:nth-child(3):contains("-") selector: td:nth-child(3):contains("-")
optional: true optional: true
filters: filters:
- name: append
args: " +02:00" # EET
- name: dateparse - name: dateparse
args: "2006-01-02" args: "2006-01-02 -07:00"
seeders: seeders:
selector: td:nth-child(6) selector: td:nth-child(6)
filters: filters: