Comment: This website suuuucks to scrape. There is gonna be so many issues
This commit is contained in:
2023-10-10 22:40:44 +02:00
parent fafcdac00a
commit e642d50c47
3 changed files with 211 additions and 1 deletions

View File

@ -34,6 +34,8 @@ public class MangaConnectorJsonConverter : JsonConverter
return this._connectors.First(c => c is Mangasee);
case "Mangaworld":
return this._connectors.First(c => c is Mangaworld);
case "Bato":
return this._connectors.First(c => c is Bato);
}
throw new Exception();