kaiscans -> luascans (unoriginal): update domain (#4455)
* kaiscans -> luascans (unoriginal): update domain * oops
|
@ -1,9 +1,9 @@
|
|||
ext {
|
||||
extName = 'Kai Scans'
|
||||
extClass = '.KaiScans'
|
||||
extName = 'Lua Scans (Unoriginal)'
|
||||
extClass = '.LuaScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://kaiscans.org'
|
||||
overrideVersionCode = 4
|
||||
baseUrl = 'https://luacomic.com'
|
||||
overrideVersionCode = 5
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | 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.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()
|
||||
.rateLimit(2)
|
||||
.build()
|
||||
|
||||
override val id = 4825368993215448425
|
||||
}
|