1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

New: Parse Chinese season packs and multi-episode releases

Closes #8042
This commit is contained in:
Mark McDowall
2025-09-01 19:08:27 -07:00
parent b0b15c78ff
commit f2f4edad0c
4 changed files with 36 additions and 1 deletions
@@ -175,6 +175,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("[abc] My Series - 01 []")]
[TestCase("[ABC字幕组] My Series - 01 [HDTV]")]
[TestCase("[喵萌奶茶屋&LoliHouse] / Kengan Ashura - 17 [WebRip 1080p HEVC-10bit AAC][]")]
[TestCase("Series.Towards.You.S01.国语音轨.2023.1080p.NF.WEB-DL.H264.DDP2.0-SeeWEB")]
public void should_parse_language_chinese(string postTitle)
{
var result = LanguageParser.ParseLanguages(postTitle);