From a75b2a21a6acee92d4cd07e5c4895350a45efb1f Mon Sep 17 00:00:00 2001 From: TRaSH Date: Thu, 16 Sep 2021 22:04:00 +0200 Subject: [PATCH] Update Sonarr-Release-Profile-RegEx.md - Fix my regex fckup --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 4b863ad00..a3e0a2300 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -430,7 +430,7 @@ Add this to your `Preferred (3)` with a score of [15] Add this to your `Must not contain (2)` ```bash -/\b(?=.*(dv|dovi|dolby[ .]vision)\b)(?=.*(WEB[-_. ]?DL|AmazonHD|iTunesHD|MaxdomeHD|NetflixU?HD|WebHD|[. ]WEB[. ](?:[xh][.]?26[45]|DDP?5[. ]1)|[. ](?:WEB)$|\d{2,3}0p(?:[-. ]AMZN)?[-. ]WEB[-. ]|WEB[-. ]?DLMux|\b\s\/\sWEB\s\/\s\b|AMZN[. ]WEB[. ]|Web-?Rip|WEBMux))/i +/\b(?=.*(dv|dovi|dolby[ .]vision)\b)(?=.*(WEB[-_. ]DL|WEBDL|AmazonHD|iTunesHD|MaxdomeHD|NetflixU?HD|WebHD|[. ]WEB[. ](?:[xh]26[45]|DDP?5[. ]1)|[. ](?-i:WEB)$|\d+0p(?:[-. ]AMZN)?[-. ]WEB[-. ]|WEB-DLMux|\b\s\/\sWEB\s\/\s\b|AMZN[. ]WEB[. ]|WebRip|Web-Rip|WEBMux))/i ``` #### Optional Ignore the group -scene