1
0
Fork 0
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:
Garfield69 2023-12-11 07:44:40 +13:00
parent f11161bfbf
commit 4077c37e7d

View file

@ -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