Skip to content

Commit

Permalink
asgaard: add time zone and MR
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Sep 29, 2020
1 parent 8bc2273 commit a99da3e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/Jackett.Common/Definitions/asgaard.yml
Expand Up @@ -177,24 +177,28 @@ 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:
img[src="./images/gold.png"]: 0
"*": 1
uploadvolumefactor:
text: 1
minimumratio:
text: 0.95
# Midgaard

0 comments on commit a99da3e

Please sign in to comment.