1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

New: Parse DarQ release group

Co-authored-by: Mark McDowall <mark@mcdowall.ca>

Closes #10299
This commit is contained in:
Bogdan
2024-08-15 15:47:40 +03:00
parent 17a9b0f7b0
commit fe00825f2b
2 changed files with 2 additions and 1 deletions
@@ -124,6 +124,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Movie Title (2024) 2160p WEB-DL ESP DD+ 5.1 ING DD+ 5.1 Atmos DV HDR H.265-Eml HDTeam", "Eml HDTeam")]
[TestCase("Movie Title(2023) 1080p SkySHO WEB-DL ESP DD+ 5.1 H.264-EML HDTeam", "EML HDTeam")]
[TestCase("Movie Title (2022) BDFull 1080p DTS-HD MA 5.1 AVC LMain", "LMain")]
[TestCase("Movie Title (2024) (1080p BluRay x265 SDR DDP 5.1 English - DarQ)", "DarQ")]
public void should_parse_exception_release_group(string title, string expected)
{
Parser.Parser.ParseReleaseGroup(title).Should().Be(expected);