Keyoapp: Add new variant to popularManga selector (#8206)
Add new variant to popularManga selector
This commit is contained in:
parent
77bd833e6a
commit
07eba2f8f2
@ -2,7 +2,7 @@ plugins {
|
||||
id("lib-multisrc")
|
||||
}
|
||||
|
||||
baseVersionCode = 14
|
||||
baseVersionCode = 15
|
||||
|
||||
dependencies {
|
||||
api(project(":lib:i18n"))
|
||||
|
@ -59,7 +59,8 @@ abstract class Keyoapp(
|
||||
|
||||
override fun popularMangaRequest(page: Int): Request = GET(baseUrl, headers)
|
||||
|
||||
override fun popularMangaSelector(): String = "div.flex-col div.grid > div.group.border"
|
||||
override fun popularMangaSelector(): String =
|
||||
"div.flex-col div.grid > div.group.border, div:has(h2:contains(Trending)) + div .group.overflow-hidden.grid"
|
||||
|
||||
override fun popularMangaFromElement(element: Element): SManga = SManga.create().apply {
|
||||
thumbnail_url = element.getImageUrl("*[style*=background-image]")
|
||||
|
Loading…
x
Reference in New Issue
Block a user