mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
Remove KomikNesia (#4554)
This commit is contained in:
parent
8a3802abd7
commit
3474f50849
@ -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 |
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user