Add KomikSay (#2917)
This commit is contained in:
parent
6a329074e1
commit
39e153cc67
10
src/id/komiksay/build.gradle
Normal file
10
src/id/komiksay/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Komik Say'
|
||||
extClass = '.KomikSay'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://komiksay.info'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/id/komiksay/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/id/komiksay/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
src/id/komiksay/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/id/komiksay/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
src/id/komiksay/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/id/komiksay/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
src/id/komiksay/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/id/komiksay/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
BIN
src/id/komiksay/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/id/komiksay/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -0,0 +1,15 @@
|
||||
package eu.kanade.tachiyomi.extension.id.komiksay
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
|
||||
class KomikSay : MangaThemesia(
|
||||
"Komik Say",
|
||||
"https://komiksay.info",
|
||||
"id",
|
||||
) {
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(2)
|
||||
.build()
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user