add goldbattle mdaltimage data api (#312)
This commit is contained in:
parent
d04cdd9b34
commit
44ba757ad8
@ -138,7 +138,7 @@ class ApiMangaParser(val client: OkHttpClient, private val lang: String) {
|
|||||||
cover = "https://coverapi.orell.dev/api/v1/mal/manga/$myAnimeListId/cover"
|
cover = "https://coverapi.orell.dev/api/v1/mal/manga/$myAnimeListId/cover"
|
||||||
}
|
}
|
||||||
if (cover == null) {
|
if (cover == null) {
|
||||||
cover = "https://i.imgur.com/6TrIues.jpg"
|
cover = "https://coverapi.orell.dev/api/v1/mdaltimage/manga/$mdUuid/cover"
|
||||||
}
|
}
|
||||||
|
|
||||||
// val filteredChapters = filterChapterForChecking(networkApiManga)
|
// val filteredChapters = filterChapterForChecking(networkApiManga)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user