Skip to content

Commit

Permalink
scenerush: add freeleech filter #9456
Browse files Browse the repository at this point in the history
add minimumratio
  • Loading branch information
garfield69 committed Sep 14, 2020
1 parent 932e8f1 commit 0433ac1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Jackett.Common/Definitions/scenerush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ settings:
- name: password
type: password
label: Password
- name: freeleech
type: checkbox
label: Search freeleech only
default: false
- name: sort
type: select
label: Sort requested from site
Expand Down Expand Up @@ -108,7 +112,9 @@ search:
inputs:
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
search: "{{ .Keywords }}"
incldead: 1
# 0 active, 1 incldead, 2 onlydead, 3 gold
incldead: "{{ if .Config.freeleech }}3{{ else }}1{{ end }}"
# 0 name, 1 descr, 2 both
blah: 0
sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}"
Expand Down Expand Up @@ -152,4 +158,6 @@ search:
"*": 1
uploadvolumefactor:
text: 1
minimumratio:
text: 0.6
# engine n/a

0 comments on commit 0433ac1

Please sign in to comment.