mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-04 18:04:16 +02:00
#64 Bato
Comment: This website suuuucks to scrape. There is gonna be so many issues
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user