xwtclassics: add freeleech filter #9456

add minimumratio and minimumseedtime
This commit is contained in:
Garfield69
2020-09-16 19:08:20 +12:00
parent 0e3067aa37
commit ed238bc329

View File

@@ -36,6 +36,10 @@ settings:
- name: password
type: password
label: Password
- name: freeleech
type: checkbox
label: Search freeleech only
default: false
- name: seedbox
type: checkbox
label: "Use SeedBox Download Link"
@@ -81,7 +85,8 @@ search:
- path: browse.php
inputs:
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
incldead: 1
# 0 active, 1 incldead, 2 onlydead, 3 freleech
incldead: "{{ if .Config.freeleech }}3{{ else }}1{{ end }}"
search: "{{ .Keywords }}"
sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}"
@@ -134,4 +139,9 @@ search:
"*": 1
uploadvolumefactor:
text: 1
minimumratio:
text: 0.7
minimumseedtime:
# 1 day (as seconds = 24 x 60 x 60)
text: 86400
# engine n/a