Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
multisrc/overrides/mangathemesia/kumapoi/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/mangathemesia/kumapoi/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
13
multisrc/overrides/mangathemesia/kumapoi/src/KumaPoi.kt
Normal file
13
multisrc/overrides/mangathemesia/kumapoi/src/KumaPoi.kt
Normal file
@@ -0,0 +1,13 @@
|
||||
package eu.kanade.tachiyomi.extension.id.kumapoi
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
|
||||
class KumaPoi : MangaThemesia("KumaPoi", "https://kumapoi.info", "id") {
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(4)
|
||||
.build()
|
||||
|
||||
override val hasProjectPage = true
|
||||
}
|
||||
Reference in New Issue
Block a user