MangaHere image download sucks, you have to iterate all over all images one by one. Have some extra traffic then, idc.

https://github.com/C9Glax/tranga/issues/69
This commit is contained in:
2024-08-08 21:00:37 +02:00
parent ba029b71f5
commit bc10136331
4 changed files with 208 additions and 3 deletions

View File

@ -40,6 +40,8 @@ public class MangaConnectorJsonConverter : JsonConverter
return this._connectors.First(c => c is MangaLife);
case "ManhuaPlus":
return this._connectors.First(c => c is ManhuaPlus);
case "MangaHere":
return this._connectors.First(c => c is MangaHere);
}
throw new Exception();