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