From 065caaec7642590201e180d5cc07107095a8d3f4 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 14 Sep 2020 12:18:39 +1200 Subject: [PATCH] netlab: add minimumratio --- src/Jackett.Common/Definitions/netlab.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/netlab.yml b/src/Jackett.Common/Definitions/netlab.yml index c3986cada6cc2..69476b7f6c736 100644 --- a/src/Jackett.Common/Definitions/netlab.yml +++ b/src/Jackett.Common/Definitions/netlab.yml @@ -59,8 +59,8 @@ search: - path: browse.php inputs: $raw: "{{range .Categories}}c{{.}}=1&{{end}}" - search: "{{if .Query.Artist}}{{ .Query.Artist }}{{else}}{{ .Keywords }}{{end}}" - # 0 active 1 incldead 2 onlydead + search: "{{if .Query.Artist}}{{ .Query.Artist }}{{ else }}{{ .Keywords }}{{ end }}" + # 0 active, 1 incldead, 2 onlydead incldead: 1 rows: @@ -109,7 +109,10 @@ search: leechers: selector: td:nth-child(8) downloadvolumefactor: + # there is suposed to be a gold where ul is counted at 100% and dl counted for 35% but I've not seen it yet text: 1 uploadvolumefactor: text: 1 + minimumratio: + text: 0.15 # engine n/a