From afdefe1c58654af118e8737cec36b3ecceabb5f3 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:49:07 -0500 Subject: [PATCH] fix(Revert): "fix(starr): Moved webdl and webrip into Amazon regex to prevent incorrect matches" (#1999) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert "fix(starr): Moved webdl and webrip into Amazon regex to prevent incor…" This reverts commit 13780d733da0d3d3ad1abe74503c277c2029c048. --- docs/json/radarr/cf/amzn.json | 2 +- docs/json/sonarr/cf/amzn.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/cf/amzn.json b/docs/json/radarr/cf/amzn.json index 1e93ced55..a7381eacb 100644 --- a/docs/json/radarr/cf/amzn.json +++ b/docs/json/radarr/cf/amzn.json @@ -9,7 +9,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(amzn|amazon(hd)?)\\b[ ._-]web[ ._-]?(dl|rip)?\\b" + "value": "\\b(amzn|amazon(hd)?)\\b" } }, { diff --git a/docs/json/sonarr/cf/amzn.json b/docs/json/sonarr/cf/amzn.json index d93e65c93..69fdc4d77 100644 --- a/docs/json/sonarr/cf/amzn.json +++ b/docs/json/sonarr/cf/amzn.json @@ -13,7 +13,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(amzn|amazon(hd)?)\\b[ ._-]web[ ._-]?(dl|rip)?\\b" + "value": "\\b(amzn|amazon(hd)?)\\b" } }, {