skytorrents: handle the two different date schemes

This commit is contained in:
Garfield69
2017-10-30 09:57:56 +13:00
parent 8a6b9d4de7
commit 1c88cf96df

View File

@@ -47,7 +47,11 @@
img[title="Verified and marked"]: "Verified and marked"
"*": ""
date:
selector: td:nth-child(4)
selector: td:nth-child(4):contains("ago")
optional: true
date:
selector: td:nth-child(4):not(:contains("ago"))
optional: true
filters:
- name: dateparse
args: "01-02-2006"