mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 22:41:49 +00:00
extremebits: add date TZ
This commit is contained in:
parent
2bfdf52614
commit
c6556e0a74
1 changed files with 3 additions and 1 deletions
|
@ -156,8 +156,10 @@ search:
|
||||||
selector: td:nth-of-type(2)
|
selector: td:nth-of-type(2)
|
||||||
remove: a
|
remove: a
|
||||||
filters:
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: " +00:00" # GMT
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "2006-01-02 15:04:05"
|
args: "2006-01-02 15:04:05 -07:00"
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.6
|
text: 0.6
|
||||||
# TBDEV
|
# TBDEV
|
||||||
|
|
Loading…
Reference in a new issue