From 5850b6e4b11d6fe7f7a0d5e4c8b72eb0adc08da5 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 15 Sep 2021 13:34:07 +1200 Subject: [PATCH] torrentlt: use percent wildcard on searches. resolves #12308 --- src/Jackett.Common/Definitions/torrentlt.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Jackett.Common/Definitions/torrentlt.yml b/src/Jackett.Common/Definitions/torrentlt.yml index 53ce0703c..5541f293c 100644 --- a/src/Jackett.Common/Definitions/torrentlt.yml +++ b/src/Jackett.Common/Definitions/torrentlt.yml @@ -137,6 +137,8 @@ search: keywordsfilters: - name: replace args: [".", " "] # issue #3296 + - name: re_replace + args: ["[^\\w\\d\\(\\)]+", "%"] rows: selector: table> tbody > tr[class^="torrents-table__"]