Restrcutured the database, and updated pipeline to include cover art.
This commit is contained in:
@@ -46,7 +46,7 @@ public class NatoMangaWebCrawlerTests
|
||||
//manga.Description.ShouldStartWith("Ooyama-kun normally doesn’t get involved with Akutsu-san, a delinquent girl in his class");
|
||||
//manga.Description.ShouldEndWith("Artist's Pixiv: https://www.pixiv.net/member.php?id=133935");
|
||||
|
||||
manga.Chapters.Count.ShouldBe(83);
|
||||
manga.Chapters.Length.ShouldBe(83);
|
||||
|
||||
manga.Chapters[0].Url.ShouldBe("https://www.natomanga.com/manga/gal-cant-be-kind-to-otaku/chapter-69");
|
||||
manga.Chapters[0].Number.ShouldBe(69);
|
||||
|
||||
Reference in New Issue
Block a user