Added parsing for 1080p HDTV

New: Support for 1080p HDTV (parsing only)
This commit is contained in:
Mark McDowall 2012-12-31 19:45:57 -08:00
commit f032917595
24 changed files with 158 additions and 141 deletions

View file

@ -111,7 +111,7 @@ namespace NzbDrone.Core.Test.ProviderTests
}
[Test]
[TestCase("Law & Order: Criminal Intent - S10E07 - Icarus [HDTV]", "Law & Order- Criminal Intent - S10E07 - Icarus [HDTV]")]
[TestCase("Law & Order: Criminal Intent - S10E07 - Icarus [HDTV-720p]", "Law & Order- Criminal Intent - S10E07 - Icarus [HDTV-720p]")]
public void CleanFileName(string name, string expectedName)
{
//Act