Skip to content

Commit

Permalink
3evils add freeleech filter #9456
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Sep 9, 2020
1 parent cfa1296 commit 2b07524
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/Jackett.Common/Definitions/3evils.yml
Expand Up @@ -39,6 +39,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 @@ -77,10 +81,11 @@ search:
inputs:
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
search: "{{.Keywords}}"
# title descr genre all
# title, descr, genre, all
searchin: title
# 0 active 1 incldead 2 onlydead
# 0 active, 1 incldead, 2 onlydead
incldead: 1
only_free: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}"

Expand Down

0 comments on commit 2b07524

Please sign in to comment.