mirror of
https://github.com/C9Glax/tranga.git
synced 2025-05-09 08:22:11 +02:00
Compare commits
2 Commits
94adefa8e6
...
524596ad85
Author | SHA1 | Date | |
---|---|---|---|
524596ad85 | |||
6aa8413c40 |
@ -1,5 +1,4 @@
|
|||||||
using System.Net;
|
using System.Text.RegularExpressions;
|
||||||
using System.Text.RegularExpressions;
|
|
||||||
using API.MangaDownloadClients;
|
using API.MangaDownloadClients;
|
||||||
using HtmlAgilityPack;
|
using HtmlAgilityPack;
|
||||||
|
|
||||||
@ -9,7 +8,7 @@ public class Mangaworld : MangaConnector
|
|||||||
{
|
{
|
||||||
public Mangaworld() : base("Mangaworld", ["it"], ["www.mangaworld.ac"])
|
public Mangaworld() : base("Mangaworld", ["it"], ["www.mangaworld.ac"])
|
||||||
{
|
{
|
||||||
this.downloadClient = new HttpDownloadClient();
|
this.downloadClient = new ChromiumDownloadClient();
|
||||||
}
|
}
|
||||||
|
|
||||||
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