mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
uniongang: add freeleech search. #9456
This commit is contained in:
parent
78a665223f
commit
fe525ce581
1 changed files with 6 additions and 2 deletions
|
@ -49,6 +49,10 @@ settings:
|
|||
type: checkbox
|
||||
label: Strip Russian Letters
|
||||
default: false
|
||||
- name: freeleech
|
||||
type: checkbox
|
||||
label: Search freeleech only
|
||||
default: false
|
||||
|
||||
login:
|
||||
path: takelogin.php
|
||||
|
@ -68,8 +72,8 @@ search:
|
|||
inputs:
|
||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||
search: "{{ .Keywords }}"
|
||||
incldead: 1
|
||||
dsearch: ""
|
||||
# 0 active, 1 incldead, 2 onlydead, 3 goldtorrents, 5 silvertorrents, 4 noseeds
|
||||
incldead: "{{ if .Config.freeleech }}3{{ else }}1{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: table.embedded > tbody > tr:has(a[href^="download.php?id="])
|
||||
|
|
Loading…
Add table
Reference in a new issue