kaiscans -> luascans (unoriginal): update domain (#4455)
* kaiscans -> luascans (unoriginal): update domain * oops
This commit is contained in:
parent
271855037e
commit
5fca0cb71f
src/en/kaiscans
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/kaiscans
|
@ -1,9 +1,9 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Kai Scans'
|
extName = 'Lua Scans (Unoriginal)'
|
||||||
extClass = '.KaiScans'
|
extClass = '.LuaScans'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://kaiscans.org'
|
baseUrl = 'https://luacomic.com'
|
||||||
overrideVersionCode = 4
|
overrideVersionCode = 5
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 6.9 KiB After ![]() (image error) Size: 4.4 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 3.4 KiB After ![]() (image error) Size: 2.4 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 11 KiB After ![]() (image error) Size: 5.7 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 24 KiB After ![]() (image error) Size: 10 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 40 KiB After ![]() (image error) Size: 15 KiB ![]() ![]() |
|
@ -3,8 +3,10 @@ package eu.kanade.tachiyomi.extension.en.kaiscans
|
||||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||||
|
|
||||||
class KaiScans : MangaThemesia("Kai Scans", "https://kaiscans.org", "en") {
|
class LuaScans : MangaThemesia("Lua Scans (unoriginal)", "https://luacomic.com", "en") {
|
||||||
override val client = super.client.newBuilder()
|
override val client = super.client.newBuilder()
|
||||||
.rateLimit(2)
|
.rateLimit(2)
|
||||||
.build()
|
.build()
|
||||||
|
|
||||||
|
override val id = 4825368993215448425
|
||||||
}
|
}
|
Loading…
Reference in New Issue