mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 00:32:55 +02:00
proaudiotorrents: add minimumratio and minimumseedtime
This commit is contained in:
@@ -82,7 +82,10 @@ search:
|
|||||||
# does not appear to support multi category searches
|
# does not appear to support multi category searches
|
||||||
cat: 0
|
cat: 0
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
|
# 0 name, 1 descr, 2 both
|
||||||
searchin: 0
|
searchin: 0
|
||||||
|
# note: using incldead=3 causes `Unknown column 'free' in 'where clause'` at web site
|
||||||
|
# 0 active, 1 incldead, 2 onlydead, 3 freeleech
|
||||||
incldead: 1
|
incldead: 1
|
||||||
sort: "{{ .Config.sort }}"
|
sort: "{{ .Config.sort }}"
|
||||||
d: "{{ .Config.type }}"
|
d: "{{ .Config.type }}"
|
||||||
@@ -131,4 +134,9 @@ search:
|
|||||||
- name: replace
|
- name: replace
|
||||||
args: ["Uploaded ", ""]
|
args: ["Uploaded ", ""]
|
||||||
- name: timeago
|
- name: timeago
|
||||||
|
minimumratio:
|
||||||
|
text: 1.0
|
||||||
|
minimumseedtime:
|
||||||
|
# 1 day (as seconds = 24 x 60 x 60)
|
||||||
|
text: 86400
|
||||||
# engine n/a
|
# engine n/a
|
||||||
|
Reference in New Issue
Block a user