diff --git a/src/en/manhuatop/build.gradle b/src/en/manhuatop/build.gradle index 9a3ba38b6..9d714d271 100644 --- a/src/en/manhuatop/build.gradle +++ b/src/en/manhuatop/build.gradle @@ -3,7 +3,7 @@ ext { extClass = '.ManhuaTop' themePkg = 'madara' baseUrl = 'https://manhuatop.org' - overrideVersionCode = 0 + overrideVersionCode = 1 isNsfw = true } diff --git a/src/en/manhuatop/src/eu/kanade/tachiyomi/extension/en/manhuatop/ManhuaTop.kt b/src/en/manhuatop/src/eu/kanade/tachiyomi/extension/en/manhuatop/ManhuaTop.kt index fa0d72a64..cf37b1a5c 100644 --- a/src/en/manhuatop/src/eu/kanade/tachiyomi/extension/en/manhuatop/ManhuaTop.kt +++ b/src/en/manhuatop/src/eu/kanade/tachiyomi/extension/en/manhuatop/ManhuaTop.kt @@ -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