mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-26 07:35:26 +01:00
asgaard: add time zone and MR
This commit is contained in:
@@ -177,19 +177,21 @@ search:
|
||||
# 26 May 20 14:05:06
|
||||
selector: td:nth-child(2) > div > div:last-of-type:not(:contains("day"))
|
||||
optional: true
|
||||
# drop New!
|
||||
remove: span
|
||||
filters:
|
||||
- name: append
|
||||
args: " +00:00" # GMT
|
||||
- name: dateparse
|
||||
args: "2 Jan 2006 15:04:05"
|
||||
args: "2 Jan 2006 15:04:05 -07:00"
|
||||
date:
|
||||
# Today, 20:26:23
|
||||
# Yesterday, 13:50:05
|
||||
selector: td:nth-child(2) > div > div:last-of-type:contains("day")
|
||||
optional: true
|
||||
# drop New!
|
||||
remove: span
|
||||
filters:
|
||||
- name: append
|
||||
args: " +00:00" # GMT
|
||||
- name: fuzzytime
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
@@ -197,4 +199,6 @@ search:
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
minimumratio:
|
||||
text: 0.95
|
||||
# Midgaard
|
||||
|
||||
Reference in New Issue
Block a user