Initial efcore migration and updates to make sure upserting novels (mostly) works. still need to do chapter handling
This commit is contained in:
@@ -4,6 +4,8 @@ namespace WebNovelPortalAPI.Scrapers;
|
||||
|
||||
public interface IScraper
|
||||
{
|
||||
public bool MatchesUrl(string url);
|
||||
public Novel ScrapeNovel(string url);
|
||||
|
||||
public string? ScrapeChapterContent(string chapterUrl);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user