MangaKimi: fix loading pages when reader is from MangaThemesia theme (#9831)
This commit is contained in:
parent
b8bd224804
commit
346c5b3338
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.MangaKimi'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://www.mangakimi.com'
|
||||
overrideVersionCode = 1
|
||||
overrideVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -40,6 +40,9 @@ class MangaKimi : MangaThemesia(
|
||||
countViews(document)
|
||||
|
||||
val location = document.location()
|
||||
|
||||
super.pageListParse(document).takeIf { it.isNotEmpty() }?.let { return it }
|
||||
|
||||
return document.select(pageSelector).mapIndexed { i, img ->
|
||||
if (img.tagName() == "img") {
|
||||
Page(i, location, img.imgAttr())
|
||||
|
Loading…
x
Reference in New Issue
Block a user