1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-10 14:14:25 +00:00

p2pbg: add minimumratio and dlvf 1

This commit is contained in:
Garfield69 2020-09-14 14:53:47 +12:00
parent 065caaec76
commit c6c2c64867

View file

@ -108,8 +108,8 @@ search:
inputs:
page: torrents
category: "{{ if .Categories }}{{ range .Categories }}{{.}};{{end}}{{else}}0;{{end}}"
search: "{{ if .Keywords }}{{ .Keywords }}{{else}}{{end}}"
# 0 all 1 active 2 dead
search: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ end }}"
# 0 all 1, active, 2 dead
active: 0
order: "{{ .Config.sort }}"
by: "{{ .Config.type }}"
@ -182,7 +182,9 @@ search:
grabs:
selector: td:nth-child(10)
downloadvolumefactor:
text: 0
text: 1
uploadvolumefactor:
text: 1
minimumratio:
text: 1.0
# xbtit customised