mirror of https://github.com/Jackett/Jackett
uhdbits: fix date (#2000)
This commit is contained in:
parent
3d7ecd197b
commit
5e361c2087
|
@ -128,7 +128,12 @@
|
||||||
leechers:
|
leechers:
|
||||||
selector: td[class="number_column nobr"] ~ td ~ td ~ td
|
selector: td[class="number_column nobr"] ~ td ~ td ~ td
|
||||||
date:
|
date:
|
||||||
selector: td:nth-child(4)
|
selector: td:nth-child(5) > span[title]
|
||||||
|
attribute: title
|
||||||
filters:
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: [",",""]
|
||||||
- name: append
|
- name: append
|
||||||
args: " ago"
|
args: " +07:00"
|
||||||
|
- name: dateparse
|
||||||
|
args: "Jan 02 2006 15:04 -07:00"
|
||||||
|
|
Loading…
Reference in New Issue