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:
parent
065caaec76
commit
c6c2c64867
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue