Add GetMangaFromId for MangaWorld
This commit is contained in:
parent
01041e43ac
commit
b72da45ae9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user