mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
uhdbits: fix date (#2000)
This commit is contained in:
parent
3d7ecd197b
commit
5e361c2087
1 changed files with 7 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue