mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
rustorka: add search freeleech. #9456
This commit is contained in:
@@ -783,6 +783,10 @@ settings:
|
|||||||
type: checkbox
|
type: checkbox
|
||||||
label: Strip Russian Letters
|
label: Strip Russian Letters
|
||||||
default: false
|
default: false
|
||||||
|
- name: freeleech
|
||||||
|
type: checkbox
|
||||||
|
label: Search freeleech only
|
||||||
|
default: false
|
||||||
- name: sort
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
@@ -865,10 +869,9 @@ search:
|
|||||||
# group releases -1=not selected
|
# group releases -1=not selected
|
||||||
srg: -1
|
srg: -1
|
||||||
nm: "{{ .Keywords }}"
|
nm: "{{ .Keywords }}"
|
||||||
# find a username
|
|
||||||
pn: ""
|
|
||||||
# search by partial word
|
# search by partial word
|
||||||
allw: 0
|
allw: 0
|
||||||
|
gold: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: tr[id^="tor_"]:has(a[href^="./download.php?id="])
|
selector: tr[id^="tor_"]:has(a[href^="./download.php?id="])
|
||||||
|
Reference in New Issue
Block a user