ManhuaTop: Fix Browse (#10732)

* ManhuaTop: Bump versionCode

* ManhuaTop: Set useNewChapterEndpoint to true

* Manhua Top: Update popularManga selectors

---------

Co-authored-by: Secozzi <49240133+secozzi@users.noreply.github.com>
This commit is contained in:
Smol Ame 2025-09-25 21:36:35 -08:00 committed by Draff
parent c0129e532f
commit 2259f1bc8b
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.ManhuaTop'
themePkg = 'madara'
baseUrl = 'https://manhuatop.org'
overrideVersionCode = 0
overrideVersionCode = 1
isNsfw = true
}

View File

@ -11,7 +11,9 @@ class ManhuaTop : Madara(
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale.ROOT),
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = false
override fun popularMangaSelector() = ".comic_post__item"
override val popularMangaUrlSelector = ".comic_post__title a"
override val useNewChapterEndpoint = true
override val mangaSubString = "manhua"
override val filterNonMangaItems = false