Remove KomikNesia (#4554)

This commit is contained in:
Vetle Ledaal 2024-08-10 14:57:10 +02:00 committed by GitHub
parent 8a3802abd7
commit 3474f50849
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 0 additions and 28 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'KomikNesia'
extClass = '.KomikNesia'
themePkg = 'mangathemesia'
baseUrl = 'https://komiknesia.xyz'
overrideVersionCode = 5
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -1,19 +0,0 @@
package eu.kanade.tachiyomi.extension.id.manhwalist
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimit
import okhttp3.OkHttpClient
class KomikNesia : MangaThemesia("KomikNesia", "https://komiknesia.xyz", "id") {
// ManhwaList -> KomikNesia
override val id = 4039555433611432280
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(4)
.build()
override val hasProjectPage = true
override val pageSelector = "div#readerarea img.jetpack-lazy-image"
}