diff --git a/docs/json/radarr/cf/multi-audio.json b/docs/json/radarr/cf/multi-audio.json index 82694b5b30..3e5f21492b 100644 --- a/docs/json/radarr/cf/multi-audio.json +++ b/docs/json/radarr/cf/multi-audio.json @@ -4,7 +4,7 @@ "trash_scores": { "default": 300 }, - "trash_regex": "https://regex101.com/r/hcMa1f/2", + "trash_regex": "https://regex101.com/r/hcMa1f", "name": "Multi-Audio", "includeCustomFormatWhenRenaming": false, "specifications": [ @@ -23,7 +23,7 @@ "negate": false, "required": false, "fields": { - "value": "^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)" + "value": "^(?=.*\\b(VO(ST(FR)?)?)\\b)(?=.*\\b(VF[FIQ2]?)\\b)" } } ] diff --git a/docs/json/sonarr/cf/multi-audio.json b/docs/json/sonarr/cf/multi-audio.json index 9e691b72e8..509e8bf1c2 100644 --- a/docs/json/sonarr/cf/multi-audio.json +++ b/docs/json/sonarr/cf/multi-audio.json @@ -4,7 +4,7 @@ "trash_scores": { "default": 300 }, - "trash_regex": "https://regex101.com/r/hcMa1f/2", + "trash_regex": "https://regex101.com/r/hcMa1f", "name": "Multi-Audio", "includeCustomFormatWhenRenaming": false, "specifications": [ @@ -23,7 +23,7 @@ "negate": false, "required": false, "fields": { - "value": "^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)" + "value": "^(?=.*\\b(VO(ST(FR)?)?)\\b)(?=.*\\b(VF[FIQ2]?)\\b)" } } ]