1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-05-23 14:43:02 +02:00

Compare commits

..

2 Commits

@ -9,7 +9,7 @@ public class Mangaworld: MangaConnector
{
public Mangaworld(GlobalBase clone) : base(clone, "Mangaworld", ["it"], ["www.mangaworld.ac"])
{
this.downloadClient = new HttpDownloadClient(clone);
this.downloadClient = new ChromiumDownloadClient(clone);
}
public override Manga[] GetManga(string publicationTitle = "")