Add Indo18h (#2783)

This commit is contained in:
Vetle Ledaal 2024-05-03 10:36:47 +00:00 committed by Draff
parent f436ebf6ab
commit 94ee09037d
7 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Indo18h'
extClass = '.Indo18h'
themePkg = 'madara'
baseUrl = 'https://indo18h.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -0,0 +1,15 @@
package eu.kanade.tachiyomi.extension.id.indo18h
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class Indo18h : Madara(
"Indo18h",
"https://indo18h.com",
"id",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = false
}