mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
kinozal use noinput instead of $raw
This commit is contained in:
parent
9434bacdcd
commit
88a89b1098
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ search:
|
|||
w: "{{ if .Config.freeleech }}11{{ else }}0{{ end }}"
|
||||
t: "{{ .Config.sort }}"
|
||||
f: "{{ .Config.type }}"
|
||||
$raw: "{{ if .Config.sid }}sid={{ .Config.sid }}{{ else }}{{ end }}"
|
||||
sid: "{{ if .Config.sid }}{{ .Config.sid }}{{ else }}{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: table > tbody > tr:has(td.bt)
|
||||
|
|
Loading…
Add table
Reference in a new issue