Updated web crawler logic.
This commit is contained in:
@@ -5,6 +5,8 @@ namespace MangaReader.Core.Search;
|
||||
|
||||
public abstract class MangaSearchProviderBase<T>(IHttpService httpService) : IMangaSearchProvider
|
||||
{
|
||||
public abstract string SourceId { get;}
|
||||
|
||||
private static readonly JsonSerializerOptions _jsonSerializerOptions = new()
|
||||
{
|
||||
PropertyNameCaseInsensitive = true
|
||||
|
||||
Reference in New Issue
Block a user