Skip to content

Commit

Permalink
arenabg: add date timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Sep 29, 2020
1 parent 1594aa1 commit 8bc2273
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/Jackett.Common/Definitions/arenabg.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8bc2273

Please sign in to comment.