Added manga data and pipeline.
This commit is contained in:
@@ -4,7 +4,7 @@ namespace MangaReader.Core.WebCrawlers;
|
||||
|
||||
public abstract class MangaWebCrawler : IMangaWebCrawler
|
||||
{
|
||||
public abstract MangaDTO GetManga(string url);
|
||||
public abstract SourceManga GetManga(string url);
|
||||
|
||||
protected virtual HtmlDocument GetHtmlDocument(string url)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user