Add Indo18h (#2783)
This commit is contained in:
parent
f436ebf6ab
commit
94ee09037d
10
src/id/indo18h/build.gradle
Normal file
10
src/id/indo18h/build.gradle
Normal 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"
|
BIN
src/id/indo18h/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/id/indo18h/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
BIN
src/id/indo18h/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/id/indo18h/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
src/id/indo18h/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/id/indo18h/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/id/indo18h/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/id/indo18h/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
src/id/indo18h/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/id/indo18h/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
@ -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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user