mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +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)
|
||||
remove: a
|
||||
filters:
|
||||
- name: append
|
||||
args: " +00:00" # GMT
|
||||
- name: dateparse
|
||||
args: "2006-01-02 15:04:05"
|
||||
args: "2006-01-02 15:04:05 -07:00"
|
||||
minimumratio:
|
||||
text: 0.6
|
||||
# TBDEV
|
||||
|
|
Loading…
Reference in a new issue