1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Fixed: Dont Parse HDRip as group

This commit is contained in:
bakerboy448
2021-11-06 21:17:45 -05:00
committed by Qstick
parent a96971beff
commit 5c1ebc72b3
2 changed files with 2 additions and 1 deletions
@@ -48,6 +48,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Some.Dead.Movie.2006.1080p.BluRay.DTS.x264.D-Z0N3", "D-Z0N3")]
[TestCase("Movie.Title.2010.720p.BluRay.x264.-[YTS.LT]", "YTS.LT")]
[TestCase("The.Movie.Title.2013.720p.BluRay.x264-ROUGH [PublicHD]", "ROUGH")]
[TestCase("Some.Really.Bad.Movie.Title.[2021].1080p.WEB-HDRip.Dual.Audio.[Hindi.[Clean]. .English].x264.AAC.DD.2.0.By.Full4Movies.mkv-xpost", null)]
public void should_parse_expected_release_group(string title, string expected)
{