Skip to content

Commit

Permalink
torrentview: fix date parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Nov 17, 2020
1 parent 9ba44f8 commit 271a745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Jackett.Common/Definitions/torrentview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 271a745

Please sign in to comment.