mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 05:16:55 +00:00
torrentz2eu: prefix keywords wtth plus. resolves #10959
This commit is contained in:
parent
f11161bfbf
commit
4077c37e7d
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@ search:
|
|||
page: 2
|
||||
inputs:
|
||||
q: "{{ if .Keywords }}{{ .Keywords }}{{ else }}+{{ end }}"
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["(\\w+)", "+$1"] # prepend + to each word
|
||||
|
||||
rows:
|
||||
selector: table.table-responsive > tbody > tr
|
||||
|
|
Loading…
Add table
Reference in a new issue