mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
torrent-explosiv: add filter freeleech. #9456
This commit is contained in:
parent
30ed4b72de
commit
e4d5764724
1 changed files with 5 additions and 1 deletions
|
@ -101,6 +101,10 @@ settings:
|
|||
- name: pin
|
||||
type: text
|
||||
label: Pin
|
||||
- name: freeleech
|
||||
type: checkbox
|
||||
label: Filter freeleech only
|
||||
default: false
|
||||
- name: sort
|
||||
type: select
|
||||
label: Sort requested from site
|
||||
|
@ -144,7 +148,7 @@ search:
|
|||
sort: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: div.selection_wrap
|
||||
selector: "div.selection_wrap{{ if .Config.freeleech }}:has(:root:has(div.onlyup)){{ else }}{{ end }}"
|
||||
|
||||
fields:
|
||||
download:
|
||||
|
|
Loading…
Add table
Reference in a new issue