Kai Scans -> Umi Scans: update domain (#3575)
@ -1,9 +1,9 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'Kai Scans'
|
extName = 'Umi Scans'
|
||||||
extClass = '.KaiScans'
|
extClass = '.UmiScans'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://kaiscans.com'
|
baseUrl = 'https://umiscans.org'
|
||||||
overrideVersionCode = 2
|
overrideVersionCode = 3
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 40 KiB |
@ -1,10 +0,0 @@
|
|||||||
package eu.kanade.tachiyomi.extension.en.kaiscans
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesiaAlt
|
|
||||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
|
||||||
|
|
||||||
class KaiScans : MangaThemesiaAlt("Kai Scans", "https://kaiscans.com", "en") {
|
|
||||||
override val client = super.client.newBuilder()
|
|
||||||
.rateLimit(2)
|
|
||||||
.build()
|
|
||||||
}
|
|
@ -0,0 +1,13 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.en.kaiscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||||
|
|
||||||
|
class UmiScans : MangaThemesia("Umi Scans", "https://umiscans.org", "en") {
|
||||||
|
override val client = super.client.newBuilder()
|
||||||
|
.rateLimit(2)
|
||||||
|
.build()
|
||||||
|
|
||||||
|
// Kai Scans -> Umi Scans
|
||||||
|
override val id: Long = 4825368993215448425
|
||||||
|
}
|