mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
sportscult: add minumumratio and minimumseedtime
update dlvf
This commit is contained in:
@@ -110,7 +110,8 @@ search:
|
|||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
page: torrents
|
page: torrents
|
||||||
category: 0
|
category: 0
|
||||||
active: 1
|
# 0 all, 1 active, 2 dead
|
||||||
|
active: 0
|
||||||
order: "{{ .Config.sort }}"
|
order: "{{ .Config.sort }}"
|
||||||
by: "{{ .Config.type }}"
|
by: "{{ .Config.type }}"
|
||||||
|
|
||||||
@@ -156,8 +157,14 @@ search:
|
|||||||
args: "02/01/2006"
|
args: "02/01/2006"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
|
img[src="gold/gold.gif"]: 0
|
||||||
|
img[src="gold/silver.gif"]: 0.5
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
text: 1
|
||||||
"*": 1
|
minimumratio:
|
||||||
|
text: 0.9
|
||||||
|
minimumseedtime:
|
||||||
|
# 36 hours (as seconds = 36 x 60 x 60)
|
||||||
|
text: 129600
|
||||||
# xbtit 2.3.0
|
# xbtit 2.3.0
|
||||||
|
Reference in New Issue
Block a user