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

New: Parsing of releases extra slash in Chinese anime titles

Closes #5299
This commit is contained in:
Mark McDowall
2022-12-13 23:32:58 -08:00
parent 789a8f5301
commit 9a96dee49d
2 changed files with 2 additions and 1 deletions
@@ -28,6 +28,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("【动漫国字幕组】★01月新番[Anime Series Title~!][01][1080P][][MP4]", "Anime Series Title", "", 1)]
[TestCase("[风车字幕组][][857][][][MP4][1080P]", "", "", 857)]
[TestCase("[风车字幕组][][857][][][MP4][1080P]", "", "", 857)]
[TestCase("【喵萌奶茶屋】★10月新番★[后宫之乌/后宫の乌/Series Title][07][1080p][][]", "Series Title", "", 7)]
public void should_parse_chinese_anime_releases(string postTitle, string title, string subgroup, int absoluteEpisodeNumber)
{
postTitle = XmlCleaner.ReplaceUnicode(postTitle);