mirror of
https://github.com/Jackett/Jackett
synced 2025-01-20 06:29:33 +00:00
torrentview: fix date parsing
This commit is contained in:
parent
9ba44f86c9
commit
271a745f93
1 changed files with 2 additions and 1 deletions
|
@ -89,13 +89,14 @@ search:
|
|||
selector: div.media-heading > a[href^="./board.php"]
|
||||
attribute: href
|
||||
date:
|
||||
# 2020-03-28T01:30:01+09:00
|
||||
selector: time
|
||||
attribute: datetime
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["T", " "]
|
||||
- name: dateparse
|
||||
args: "2006-01-02 15:04:05+09:00"
|
||||
args: "2006-01-02 15:04:05-07:00"
|
||||
cat:
|
||||
selector: div.media-heading > a[href^="./board.php"]
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue