diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index a80817307..07a99b8d9 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -7434,7 +7434,7 @@ For example a lot of EVO releases end up stripping the group name, so they appea
{
   "trash_id": "f537cf427b64c38c8e36298f657e4828",
   "trash_score": "-10000",
-  "trash_regex": "https://regex101.com/r/viarq7/1",
+  "trash_regex": "https://regex101.com/r/viarq7/4",
   "name": "Scene",
   "includeCustomFormatWhenRenaming": false,
   "specifications": [
@@ -7444,7 +7444,7 @@ For example a lot of EVO releases end up stripping the group name, so they appea
       "negate": false,
       "required": true,
       "fields": {
-        "value": "^(?=.*([_. ]WEB[_. ]))|\\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-KOGI|-PECULATE|-SLOT)"
+        "value": "^(?=.*([_. ]WEB[_. ])(?!DL)\\b)|\\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-NAISU|-KOGI|-PECULATE|-SLOT)"
       }
     },
     {
diff --git a/Sonarr/Sonarr-Release-Profile-RegEx/index.html b/Sonarr/Sonarr-Release-Profile-RegEx/index.html
index e1006a995..29e581f25 100644
--- a/Sonarr/Sonarr-Release-Profile-RegEx/index.html
+++ b/Sonarr/Sonarr-Release-Profile-RegEx/index.html
@@ -1696,7 +1696,7 @@ create a new release profile specific for .su that uses the 
/^(?!.*(web[ ]dl|-deflate|-inflate))(?=.*([_. ]WEB[_. ]|-CAKES\b|-GGEZ\b|-GGWP\b|-GLHF\b|-GOSSIP\b|-KOGI\b|-PECULATE\b|-SLOT\b)).*/i
+
/^(?!.*(web[ ]dl|-deflate|-inflate))(?=.*([_. ]WEB[_. ])(?!DL)\b)|\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-NAISU|-KOGI|-PECULATE|-SLOT)).*/i
 

Optional - Ignore Bad Dual Audio Groups

@@ -1786,7 +1786,7 @@ Also they often even rename the release name in to Portuguese.

Last update: - March 12, 2023 13:06:46 + March 26, 2023 09:03:07