weebcentral remove http from baseuri

This commit is contained in:
Glax 2025-03-13 22:28:11 +01:00
parent 7ee4d32c07
commit 60d84d1186

View File

@ -10,7 +10,7 @@ public class Weebcentral : MangaConnector
private readonly string[] _filterWords =
{ "a", "the", "of", "as", "to", "no", "for", "on", "with", "be", "and", "in", "wa", "at", "be", "ni" };
public Weebcentral() : base("Weebcentral", ["en"], ["https://weebcentral.com"], "https://weebcentral.com/favicon.ico")
public Weebcentral() : base("Weebcentral", ["en"], ["weebcentral.com"], "https://weebcentral.com/favicon.ico")
{
downloadClient = new ChromiumDownloadClient();
}