Remove KlanKomik (#14646)

* Delete KlanKomik.kt and App Icon's

* Remove KlanKomik source
This commit is contained in:
TheKingTermux 2022-12-24 05:09:15 +07:00 committed by GitHub
parent 26ed286526
commit b6f07e23cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

View File

@ -1,17 +0,0 @@
package eu.kanade.tachiyomi.extension.id.klankomik
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimit
import okhttp3.OkHttpClient
import java.util.concurrent.TimeUnit
class KlanKomik : MangaThemesia("KlanKomik", "https://klankomik.com", "id") {
override val client: OkHttpClient = network.cloudflareClient.newBuilder()
.connectTimeout(10, TimeUnit.SECONDS)
.readTimeout(30, TimeUnit.SECONDS)
.rateLimit(4)
.build()
override val hasProjectPage = true
}

View File

@ -43,7 +43,6 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Infernal Void Scans", "https://void-scans.com", "en", overrideVersionCode = 5), SingleLang("Infernal Void Scans", "https://void-scans.com", "en", overrideVersionCode = 5),
SingleLang("Kanzenin", "https://kanzenin.xyz", "id", isNsfw = true), SingleLang("Kanzenin", "https://kanzenin.xyz", "id", isNsfw = true),
SingleLang("Kiryuu", "https://kiryuu.id", "id", overrideVersionCode = 6), SingleLang("Kiryuu", "https://kiryuu.id", "id", overrideVersionCode = 6),
SingleLang("KlanKomik", "https://klankomik.com", "id", overrideVersionCode = 1),
SingleLang("Komik AV", "https://komikav.com", "id", overrideVersionCode = 1), SingleLang("Komik AV", "https://komikav.com", "id", overrideVersionCode = 1),
SingleLang("Komik Cast", "https://komikcast.site", "id", overrideVersionCode = 18), SingleLang("Komik Cast", "https://komikcast.site", "id", overrideVersionCode = 18),
SingleLang("Komik Station", "https://komikstation.co", "id", overrideVersionCode = 3), SingleLang("Komik Station", "https://komikstation.co", "id", overrideVersionCode = 3),