Special Markers (#305)
* Removed "Anthology" from being a special parsing keyword as series are being found where "Anthology" is in the series name. * SP# is now a way to force the file to be a special rather than pushing it into a Specials folder.
This commit is contained in:
parent
f8aba21acd
commit
46b60405b1
2 changed files with 6 additions and 0 deletions
|
@ -242,6 +242,8 @@ namespace API.Tests.Parser
|
|||
[InlineData("Gifting The Wonderful World With Blessings! - 3 Side Stories [yuNS][Unknown]", true)]
|
||||
[InlineData("A Town Where You Live - Bonus Chapter.zip", true)]
|
||||
[InlineData("Yuki Merry - 4-Komga Anthology", false)]
|
||||
[InlineData("Beastars - SP01", true)]
|
||||
[InlineData("Beastars SP01", true)]
|
||||
public void ParseMangaSpecialTest(string input, bool expected)
|
||||
{
|
||||
Assert.Equal(expected, !string.IsNullOrEmpty(API.Parser.Parser.ParseMangaSpecial(input)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue