From 7febd71fd9771cb60ee054c39849c56e8a855c06 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 27 Jul 2014 00:17:48 -0700 Subject: [PATCH] Title must be included for 6 digit air date --- src/NzbDrone.Core/Parser/Parser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Parser/Parser.cs b/src/NzbDrone.Core/Parser/Parser.cs index 6c9e74532..f34afafdc 100644 --- a/src/NzbDrone.Core/Parser/Parser.cs +++ b/src/NzbDrone.Core/Parser/Parser.cs @@ -132,7 +132,7 @@ namespace NzbDrone.Core.Parser private static readonly Regex AirDateRegex = new Regex(@"^(.*?)(?\d{4})[_.-](?[0-1][0-9])[_.-](?[0-3][0-9])|(?[0-1][0-9])[_.-](?[0-3][0-9])[_.-](?\d{4}))(?!\d)", RegexOptions.IgnoreCase | RegexOptions.Compiled); - private static readonly Regex SixDigitAirDateRegex = new Regex(@"^(?:.*?)(?(?\d{2})(?[0-1][0-9])(?[0-3][0-9]))", + private static readonly Regex SixDigitAirDateRegex = new Regex(@"^(?:.+?)(?(?\d{2})(?[0-1][0-9])(?[0-3][0-9]))", RegexOptions.IgnoreCase | RegexOptions.Compiled); private static readonly Regex ReleaseGroupRegex = new Regex(@"-(?[a-z0-9]+)\b(?