|
|
|
@ -34,6 +34,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
|
|
|
|
[TestCase("Series and Title 20201013 Ep7432 [720p WebRip (x264)] [SUBS]", "Series and Title", 2020, 10, 13)]
|
|
|
|
|
[TestCase("Series Title (1955) - 1954-01-23 05 00 00 - Cottage for Sale.ts", "Series Title (1955)", 1954, 1, 23)]
|
|
|
|
|
[TestCase("Series Title - 30-04-2024 HDTV 1080p H264 AAC", "Series Title", 2024, 4, 30)]
|
|
|
|
|
[TestCase("Series On TitleClub E76 2024 08 08 1080p WEB H264-RnB96 [TJET]", "Series On TitleClub", 2024, 8, 8)]
|
|
|
|
|
|
|
|
|
|
// [TestCase("", "", 0, 0, 0)]
|
|
|
|
|
public void should_parse_daily_episode(string postTitle, string title, int year, int month, int day)
|
|
|
|
|