Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
multisrc/overrides/madara/mangakomi/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/mangakomi/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
17
multisrc/overrides/madara/mangakomi/src/MangaKomi.kt
Normal file
17
multisrc/overrides/madara/mangakomi/src/MangaKomi.kt
Normal file
@@ -0,0 +1,17 @@
|
||||
package eu.kanade.tachiyomi.extension.en.mangakomi
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class MangaKomi : Madara(
|
||||
"MangaKomi",
|
||||
"https://mangakomi.io",
|
||||
"en",
|
||||
) {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(1, 1, TimeUnit.SECONDS)
|
||||
.build()
|
||||
}
|
||||
Reference in New Issue
Block a user