mirror of
https://github.com/C9Glax/tranga.git
synced 2025-05-11 17:22:10 +02:00
Compare commits
No commits in common. "524596ad85fc0939150cbf5eaf7b66da1eca8d89" and "94adefa8e6d9430cb7237cc07f832f3dc47f0707" have entirely different histories.
524596ad85
...
94adefa8e6
@ -1,4 +1,5 @@
|
|||||||
using System.Text.RegularExpressions;
|
using System.Net;
|
||||||
|
using System.Text.RegularExpressions;
|
||||||
using API.MangaDownloadClients;
|
using API.MangaDownloadClients;
|
||||||
using HtmlAgilityPack;
|
using HtmlAgilityPack;
|
||||||
|
|
||||||
@ -8,7 +9,7 @@ public class Mangaworld : MangaConnector
|
|||||||
{
|
{
|
||||||
public Mangaworld() : base("Mangaworld", ["it"], ["www.mangaworld.ac"])
|
public Mangaworld() : base("Mangaworld", ["it"], ["www.mangaworld.ac"])
|
||||||
{
|
{
|
||||||
this.downloadClient = new ChromiumDownloadClient();
|
this.downloadClient = new HttpDownloadClient();
|
||||||
}
|
}
|
||||||
|
|
||||||
public override (Manga, List<Author>?, List<MangaTag>?, List<Link>?, List<MangaAltTitle>?)[] GetManga(string publicationTitle = "")
|
public override (Manga, List<Author>?, List<MangaTag>?, List<Link>?, List<MangaAltTitle>?)[] GetManga(string publicationTitle = "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user