ManhwaHentai.me: Fix Search (#4348)

Fix Search
This commit is contained in:
KenjieDec 2024-07-31 18:50:56 +07:00 committed by Draff
parent 5ba43beecc
commit 860155e34d
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.ManhwahentaiMe'
themePkg = 'madara'
baseUrl = 'https://manhwahentai.me'
overrideVersionCode = 4
overrideVersionCode = 5
isNsfw = true
}

View File

@ -32,4 +32,5 @@ class ManhwahentaiMe : Madara("Manhwahentai.me", "https://manhwahentai.me", "en"
return chapterElements.map(::chapterFromElement)
}
override fun searchMangaSelector() = "div.page-item-detail"
}