From 5212f86a2e9abc3f60bbd781f44393de6cd2b9d3 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 10 Dec 2022 01:12:53 +0100 Subject: [PATCH] Fix: CF `Bad Dual Groups` for better matching **[Starr]** - Fix: CF `Bad Dual Groups` for better matching and prevent download loop => https://regex101.com/r/Rsf0xp/1 --- docs/json/radarr/cf/bad-dual-groups.json | 2 +- docs/json/sonarr/cf/bad-dual-groups.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/cf/bad-dual-groups.json b/docs/json/radarr/cf/bad-dual-groups.json index cdb894e31..3f9ba753b 100644 --- a/docs/json/radarr/cf/bad-dual-groups.json +++ b/docs/json/radarr/cf/bad-dual-groups.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(-alfaHD)\\b" + "value": "\\b(-alfaHD[_]?)\\b" } }, { diff --git a/docs/json/sonarr/cf/bad-dual-groups.json b/docs/json/sonarr/cf/bad-dual-groups.json index 452e93b30..abf639f44 100644 --- a/docs/json/sonarr/cf/bad-dual-groups.json +++ b/docs/json/sonarr/cf/bad-dual-groups.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(-alfaHD)\\b" + "value": "\\b(-alfaHD[_]?)\\b" } }, {