Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
BIN
multisrc/overrides/mangathemesia/mangceh/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/mangathemesia/mangceh/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 140 KiB |
16
multisrc/overrides/mangathemesia/mangceh/src/Mareceh.kt
Normal file
16
multisrc/overrides/mangathemesia/mangceh/src/Mareceh.kt
Normal file
@@ -0,0 +1,16 @@
|
||||
package eu.kanade.tachiyomi.extension.id.mangceh
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
|
||||
class Mareceh : MangaThemesia("Mareceh", "https://mareceh.com", "id") {
|
||||
|
||||
override val versionId = 2
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(4)
|
||||
.build()
|
||||
|
||||
override val hasProjectPage = true
|
||||
}
|
||||
Reference in New Issue
Block a user