mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
extratorrent-cd: results <1hr old shown as from 2020y ago. resolves #10099
fix by garfield69
This commit is contained in:
@@ -71,7 +71,7 @@ search:
|
|||||||
- name: fuzzytime
|
- name: fuzzytime
|
||||||
date:
|
date:
|
||||||
# 12-27-2019
|
# 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
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
@@ -80,6 +80,16 @@ search:
|
|||||||
args: " -07:00" # PDT
|
args: " -07:00" # PDT
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "01-02-2006 -07:00"
|
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:
|
size:
|
||||||
selector: td:nth-last-of-type(4)
|
selector: td:nth-last-of-type(4)
|
||||||
seeders:
|
seeders:
|
||||||
|
Reference in New Issue
Block a user