uhdbits: fix date (#2000)

This commit is contained in:
Andrew 2017-10-23 10:51:02 -04:00 committed by kaso17
parent 3d7ecd197b
commit 5e361c2087
1 changed files with 7 additions and 2 deletions

View File

@ -128,7 +128,12 @@
leechers:
selector: td[class="number_column nobr"] ~ td ~ td ~ td
date:
selector: td:nth-child(4)
selector: td:nth-child(5) > span[title]
attribute: title
filters:
- name: replace
args: [",",""]
- name: append
args: " ago"
args: " +07:00"
- name: dateparse
args: "Jan 02 2006 15:04 -07:00"