Finished MangaDexMetadataProvider logic.
This commit is contained in:
@@ -96,7 +96,7 @@ public class NatoMangaWebCrawler : MangaWebCrawler
|
||||
SourceMangaChapter chapter = new()
|
||||
{
|
||||
Number = GetChapterNumber(chapterNameNode),
|
||||
Name = chapterNameNode.InnerText,
|
||||
Title = chapterNameNode.InnerText,
|
||||
Url = chapterNameNode.Attributes["href"].Value,
|
||||
Views = GetViews(chapterViewNode),
|
||||
UploadDate = DateTime.Parse(chapterTimeNode.Attributes["title"].Value)
|
||||
|
||||
Reference in New Issue
Block a user