mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
extratorrent-cd: results <1hr old shown as from 2020y ago. resolves #10099
fix by garfield69
This commit is contained in:
parent
2d95fb53a2
commit
ca165b9b45
1 changed files with 11 additions and 1 deletions
|
@ -71,7 +71,7 @@ search:
|
|||
- name: fuzzytime
|
||||
date:
|
||||
# 12-27-2019
|
||||
selector: td:nth-last-of-type(5):not(:contains(":")):not(:contains("day"))
|
||||
selector: td:nth-last-of-type(5):not(:contains(":")):not(:contains("day")):not(:contains("ago"))
|
||||
optional: true
|
||||
filters:
|
||||
- name: replace
|
||||
|
@ -80,6 +80,16 @@ search:
|
|||
args: " -07:00" # PDT
|
||||
- name: dateparse
|
||||
args: "01-02-2006 -07:00"
|
||||
date:
|
||||
# 4-mins-ago
|
||||
selector: td:nth-last-of-type(5):contains("ago")
|
||||
optional: true
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["\xA0", "-"]
|
||||
- name: replace
|
||||
args: ["-", " "]
|
||||
- name: timeago
|
||||
size:
|
||||
selector: td:nth-last-of-type(4)
|
||||
seeders:
|
||||
|
|
Loading…
Add table
Reference in a new issue