From cff9c2bc272e1ce54a07ea3e06e0cf1b1160794a Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 12 Nov 2023 05:14:07 +0000 Subject: [PATCH] beload: fix title filter --- src/Jackett.Common/Definitions/beload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/beload.yml b/src/Jackett.Common/Definitions/beload.yml index 8c15c5771..8a9232698 100644 --- a/src/Jackett.Common/Definitions/beload.yml +++ b/src/Jackett.Common/Definitions/beload.yml @@ -108,7 +108,7 @@ search: attribute: title filters: - name: regexp - args: "Név: (.+?)\\n" + args: "Név: (.+?)(\\n|$)" details: selector: a[href^="details.php?id="] attribute: href