md-y/mangadex-full-api

manga.getFullURL("cover") returning an invalid url

Closed this issue · 1 comments

s0hv commented

Calling manga.GetFullURL("cover") incorrectly concatenates the cover to produce an url that looks like this https://mangadex.orghttps://mangadex.org/images/manga/20882.jpg.
manga.cover however returns the correct url.

md-y commented

Fixed this by deprecating getFullURL all together. See 4.3.0