mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 03:38:31 +00:00
femdomcult: add freeleech search. #9456
This commit is contained in:
parent
2e235d98bd
commit
4acb6536a2
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,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
|
||||
|
@ -83,6 +87,7 @@ search:
|
|||
order_by: "{{ .Config.sort }}"
|
||||
order_way: "{{ .Config.type }}"
|
||||
action: advanced
|
||||
filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||
|
||||
rows:
|
||||
# exclude redbar torrents
|
||||
|
|
Loading…
Add table
Reference in a new issue