1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Fixed: Parsing of TSRip and HDTSRip. Fixes #1998

This commit is contained in:
Leonardo Galli
2017-10-07 20:16:21 +02:00
parent 5ff9dc3500
commit b6be297093
2 changed files with 8 additions and 1 deletions
@@ -46,6 +46,13 @@ namespace NzbDrone.Core.Test.ParserTests
new object[] { "2160p Remux", Quality.Remux2160p },
};
[TestCase("Despicable.Me.3.2017.720p.TSRip.x264.AAC-Ozlem", false)]
[TestCase("IT.2017.HDTSRip.x264.AAC-Ozlem[ETRG]", false)]
public void should_parse_ts(string title, bool proper)
{
ParseAndVerifyQuality(title, Quality.TELESYNC, proper);
}
[TestCase("S07E23 .avi ", false)]
[TestCase("The.Shield.S01E13.x264-CtrlSD", false)]
[TestCase("Nikita S02E01 HDTV XviD 2HD", false)]