Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
14
multisrc/overrides/mangathemesia/inazumanga/src/YumeKomik.kt
Normal file
14
multisrc/overrides/mangathemesia/inazumanga/src/YumeKomik.kt
Normal file
@@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.id.inazumanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
|
||||
class YumeKomik : MangaThemesia("YumeKomik", "https://yumekomik.com", "id") {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(3)
|
||||
.build()
|
||||
|
||||
override val hasProjectPage = true
|
||||
}
|
||||
Reference in New Issue
Block a user