mirror of
https://github.com/C9Glax/tranga.git
synced 2025-05-10 00:42:10 +02:00
Compare commits
1 Commits
9790e0f9e9
...
91da569d52
Author | SHA1 | Date | |
---|---|---|---|
91da569d52 |
@ -9,7 +9,7 @@ public class Mangaworld: MangaConnector
|
||||
{
|
||||
public Mangaworld(GlobalBase clone) : base(clone, "Mangaworld", ["it"], ["www.mangaworld.ac"])
|
||||
{
|
||||
this.downloadClient = new ChromiumDownloadClient(clone);
|
||||
this.downloadClient = new HttpDownloadClient(clone);
|
||||
}
|
||||
|
||||
public override Manga[] GetManga(string publicationTitle = "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user