From d7945eed8cf8ba7bda2ed9be92d2a3b86e93e3f9 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Sat, 25 Nov 2017 12:50:43 +0100 Subject: [PATCH] ETTV: fix search --- src/Jackett.Common/Definitions/ettv.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Jackett.Common/Definitions/ettv.yml b/src/Jackett.Common/Definitions/ettv.yml index 0bf8e6cfb..c6cd3b48d 100644 --- a/src/Jackett.Common/Definitions/ettv.yml +++ b/src/Jackett.Common/Definitions/ettv.yml @@ -46,6 +46,8 @@ args: ["+", " "] # remove special search character (positive search) - name: re_replace args: ["(\\w+)", " +$1"] # prepend + to each word + - name: re_replace + args: ["\\s+", " "] # clean up whitespaces (multiple consecutive spaces confuses the search engine) rows: selector: div.myFrame-content > div > table > tbody > tr[class]