mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
biru: use noinput instead of $raw
This commit is contained in:
parent
1bfc1f3b56
commit
9434bacdcd
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ search:
|
|||
inputs:
|
||||
s: "{{ .Keywords }}"
|
||||
sort: "{{ re_replace .Config.sort \"_\" \"\" }}"
|
||||
$raw: "{{ if .Config.adverts }}{{ else }}&rek=no{{ end}}"
|
||||
rek: "{{ if .Config.adverts }}{{ else }}no{{ end }}"
|
||||
|
||||
keywordsfilters:
|
||||
- name: re_replace # S01 or S01E01 to 1 сезон
|
||||
|
|
Loading…
Add table
Reference in a new issue