Skip to content

Commit

Permalink
netlab: add minimumratio
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Sep 14, 2020
1 parent 03e470d commit 065caae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Jackett.Common/Definitions/netlab.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 065caae

Please sign in to comment.