mirror of https://github.com/Jackett/Jackett
netlab: add minimumratio
This commit is contained in:
parent
03e470def9
commit
065caaec76
|
@ -60,7 +60,7 @@ search:
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
||||||
search: "{{if .Query.Artist}}{{ .Query.Artist }}{{ else }}{{ .Keywords }}{{ end }}"
|
search: "{{if .Query.Artist}}{{ .Query.Artist }}{{ else }}{{ .Keywords }}{{ end }}"
|
||||||
# 0 active 1 incldead 2 onlydead
|
# 0 active, 1 incldead, 2 onlydead
|
||||||
incldead: 1
|
incldead: 1
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
|
@ -109,7 +109,10 @@ search:
|
||||||
leechers:
|
leechers:
|
||||||
selector: td:nth-child(8)
|
selector: td:nth-child(8)
|
||||||
downloadvolumefactor:
|
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
|
text: 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
minimumratio:
|
||||||
|
text: 0.15
|
||||||
# engine n/a
|
# engine n/a
|
||||||
|
|
Loading…
Reference in New Issue