Add GetMangaFromId for MangaWorld

This commit is contained in:
glax 2023-11-02 15:58:16 +01:00
parent 01041e43ac
commit b72da45ae9

View File

@ -56,7 +56,7 @@ public class Mangaworld: MangaConnector
public override Manga? GetMangaFromId(string publicationId)
{
throw new NotImplementedException();
return GetMangaFromUrl($"https://www.mangaworld.bz/manga/{publicationId}");
}
public override Manga? GetMangaFromUrl(string url)