1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fixed: Parsing of some additional Chinese anime releases

Closes #5667
This commit is contained in:
Mark McDowall
2023-05-20 15:15:48 -07:00
parent 2016f11b1c
commit 4fe79e9a4e
2 changed files with 4 additions and 0 deletions
@@ -71,6 +71,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("[NC-Raws] ANIME-SERIES TITLE / Anime-Series Title - 07 [Baha][WEB-DL][1080p][AVC AAC][CHT][MP4]", "Anime-Series Title", "NC-Raws", 7)]
[TestCase("[OPFans楓雪動漫][ANIME SERIES ][1008][][1080P][MKV][]", "ANIME SERIES", "OPFans", 1008)]
[TestCase("[Skymoon-Raws][Anime Series ][1008][ViuTV][WEB-RIP][CHT][SRTx2][1080p][MKV]", "Anime Series", "Skymoon-Raws", 1008)]
[TestCase("[银光字幕组][·Series Title][871][][][HDrip][X264-AAC][720P][MP4]", "Series Title", "", 871)]
public void should_parse_unbracketed_chinese_anime_releases(string postTitle, string title, string subgroup, int absoluteEpisodeNumber)
{
postTitle = XmlCleaner.ReplaceUnicode(postTitle);