kickasstorrent: correct date processing.

preventing debug logging of missmatching dateparse template
This commit is contained in:
Garfield69 2019-10-24 13:23:57 +13:00
parent 2100a4f887
commit 7d0b4cca73
1 changed files with 10 additions and 1 deletions

View File

@ -185,7 +185,16 @@
files:
selector: td[data-title="Files"]
date:
selector: td[data-title="Age"]
selector: td[data-title="Age"]:contains("-")
attribute: title
optional: true
filters:
- name: dateparse
args: "2006-01-02"
date:
selector: td[data-title="Age"]:not(:contains("-"))
attribute: title
optional: true
filters:
- name: dateparse
args: "2006-01-02 15:04:05"