Added MangaDex Api. Updated project structure.

This commit is contained in:
2025-05-26 17:16:25 -04:00
parent 648aa95f32
commit ea8b4a36ff
61 changed files with 4937 additions and 197 deletions

View File

@@ -1,4 +1,4 @@
using MangaReader.Core.WebCrawlers;
using MangaReader.Core.Metadata;
namespace MangaReader.Core.Pipeline;

View File

@@ -1,5 +1,5 @@
using MangaReader.Core.Data;
using MangaReader.Core.WebCrawlers;
using MangaReader.Core.Metadata;
using Microsoft.EntityFrameworkCore;
using System.Text.RegularExpressions;