|
|
@ -26,6 +26,8 @@ namespace NzbDrone.Core.Test.ParserTests
|
|
|
|
[TestCase("[ www.Torrenting.com ] - Revenge.S03E14.720p.HDTV.X264-DIMENSION", "DIMENSION")]
|
|
|
|
[TestCase("[ www.Torrenting.com ] - Revenge.S03E14.720p.HDTV.X264-DIMENSION", "DIMENSION")]
|
|
|
|
[TestCase("Seed S02E09 HDTV x264-2HD [eztv]-[rarbg.com]", "2HD")]
|
|
|
|
[TestCase("Seed S02E09 HDTV x264-2HD [eztv]-[rarbg.com]", "2HD")]
|
|
|
|
[TestCase("7s-atlantis-s02e01-720p.mkv", null)]
|
|
|
|
[TestCase("7s-atlantis-s02e01-720p.mkv", null)]
|
|
|
|
|
|
|
|
[TestCase("The.Middle.S09E13.720p.HEVC.x265-MeGusta-Pre", "MeGusta")]
|
|
|
|
|
|
|
|
[TestCase("Ghosted.S01E08.Haunted.Hayride.720p.AMZN.WEBRip.DDP5.1.x264-NTb-postbot", "NTb")]
|
|
|
|
//[TestCase("", "")]
|
|
|
|
//[TestCase("", "")]
|
|
|
|
public void should_parse_release_group(string title, string expected)
|
|
|
|
public void should_parse_release_group(string title, string expected)
|
|
|
|
{
|
|
|
|
{
|
|
|
|