diff --git a/src/NzbDrone.Core/CustomFormats/CustomFormatService.cs b/src/NzbDrone.Core/CustomFormats/CustomFormatService.cs index 736794192..0624b4baf 100644 --- a/src/NzbDrone.Core/CustomFormats/CustomFormatService.cs +++ b/src/NzbDrone.Core/CustomFormats/CustomFormatService.cs @@ -191,8 +191,8 @@ public static Dictionary> Templates { "Easy", new List { - new CustomFormat("x264", "C_RX_(x|h)264"), - new CustomFormat("x265", "C_RX_(((x|h)265)|(HEVC))"), + new CustomFormat("x264", @"C_RX_(x|h)\.?264"), + new CustomFormat("x265", @"C_RX_(((x|h)\.?265)|(HEVC))"), new CustomFormat("Simple Hardcoded Subs", "C_RX_subs?"), new CustomFormat("Multi Language", "L_English", "L_French") }