From fad0637127e8f2d54932bc26a725ddb139497eec Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 24 Sep 2023 16:10:42 +0300 Subject: [PATCH] torrentleech-pl: update title regex change match of invisible characters from zero or one to zero and unlimited --- src/Jackett.Common/Definitions/torrentleech-pl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/torrentleech-pl.yml b/src/Jackett.Common/Definitions/torrentleech-pl.yml index fee4e0db8..7b7a02de8 100644 --- a/src/Jackett.Common/Definitions/torrentleech-pl.yml +++ b/src/Jackett.Common/Definitions/torrentleech-pl.yml @@ -129,7 +129,7 @@ search: text: "{{ if .Config.drop_polish_prefix }}{{ .Result.title_stripped }}{{ else }}{{ .Result.title_raw }}{{ end }}" filters: - name: re_replace - args: ["(?i)^\\[PACK\\]\\s?", ""] + args: ["(?i)^\\[PACK\\]\\s*", ""] details: selector: a[href^="details.php?id="] attribute: href