Degraded 101 regex to favour S01 regex to match prevent matching 3 digit series title.

Fixes #885
This commit is contained in:
Taloth Saldono
2015-10-22 19:29:59 +02:00
parent cc72699b8a
commit f01a21ce43
2 changed files with 5 additions and 4 deletions
@@ -37,6 +37,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Match of the Day 2", "matchday2")]
[TestCase("[ www.Torrenting.com ] - Revenge.S03E14.720p.HDTV.X264-DIMENSION", "Revenge")]
[TestCase("Seed S02E09 HDTV x264-2HD [eztv]-[rarbg.com]", "Seed")]
[TestCase("Reno.911.S01.DVDRip.DD2.0.x264-DEEP", "Reno 911")]
public void should_parse_series_name(string postTitle, string title)
{
var result = Parser.Parser.ParseSeriesName(postTitle).CleanSeriesTitle();