mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
arenabg: add date timezone
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user