Webtoon Hatti: fix popular and latest tabs (#7058)

This commit is contained in:
Dr1ks 2025-01-08 04:56:17 -08:00 committed by Draff
parent 60dcde32b1
commit 57d4f6f855
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.WebtoonHatti' extClass = '.WebtoonHatti'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://webtoonhatti.me' baseUrl = 'https://webtoonhatti.me'
overrideVersionCode = 5 overrideVersionCode = 6
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -12,6 +12,8 @@ class WebtoonHatti : Madara(
) { ) {
override val useNewChapterEndpoint = false override val useNewChapterEndpoint = false
override val mangaSubString = "webtoon"
// Skip fake image // Skip fake image
// OK: <div class="page-break no-gaps"> // OK: <div class="page-break no-gaps">
// NG: <div style="display:none" class="page-break no-gaps"> // NG: <div style="display:none" class="page-break no-gaps">