From 6c8086a736ec9096ea9559c26d8b602954635c17 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 15 Apr 2023 17:30:28 +1200 Subject: [PATCH] torrentseeds: prepend keywords with plus. resolves #14254 --- src/Jackett.Common/Definitions/torrentseeds-api.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/torrentseeds-api.yml b/src/Jackett.Common/Definitions/torrentseeds-api.yml index 5e496ce4f..b2b399c9c 100644 --- a/src/Jackett.Common/Definitions/torrentseeds-api.yml +++ b/src/Jackett.Common/Definitions/torrentseeds-api.yml @@ -91,6 +91,10 @@ search: perPage: 100 page: 1 + keywordsfilters: + - name: re_replace + args: ["(\\w+)", "+$1"] # prepend + to each word + rows: selector: data attribute: attributes @@ -153,4 +157,4 @@ search: minimumseedtime: # 5 days (as seconds = 5 x 24 x 60 x 60) text: 432000 -# json UNIT3D 5.3.0 +# json UNIT3D 5.3.0 custom