mirror of https://github.com/Jackett/Jackett
torrentz2eu: prefix keywords wtth plus. resolves #10959
This commit is contained in:
parent
f11161bfbf
commit
4077c37e7d
|
@ -80,6 +80,9 @@ search:
|
||||||
page: 2
|
page: 2
|
||||||
inputs:
|
inputs:
|
||||||
q: "{{ if .Keywords }}{{ .Keywords }}{{ else }}+{{ end }}"
|
q: "{{ if .Keywords }}{{ .Keywords }}{{ else }}+{{ end }}"
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(\\w+)", "+$1"] # prepend + to each word
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.table-responsive > tbody > tr
|
selector: table.table-responsive > tbody > tr
|
||||||
|
|
Loading…
Reference in New Issue