Skip to content

Commit

Permalink
rainbowtracker: add gold / silver detection
Browse files Browse the repository at this point in the history
add MR
add date TZ
  • Loading branch information
garfield69 committed Oct 12, 2020
1 parent 61b3d1e commit d9387e5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/Jackett.Common/Definitions/rainbowtracker.yml
Expand Up @@ -224,10 +224,17 @@ search:
args: ["Ноя", "Nov"]
- name: replace
args: ["Дек", "Dec"]
- name: append
args: " +00:00" # auto adjusted by site account profile
- name: dateparse
args: "15:04 2-Jan-06"
args: "15:04 2-Jan-06 -07:00"
downloadvolumefactor:
text: 0
case:
img[src="images/tor_gold.gif"]: 0
img[src="images/tor_silver.gif"]: 0.5
"*" : 1
uploadvolumefactor:
text: 1
minimumratio:
text: 0.3
# TorrentPier

0 comments on commit d9387e5

Please sign in to comment.