Kai Scans -> Umi Scans: update domain (#3575)

This commit is contained in:
Vetle Ledaal 2024-06-16 08:01:46 +02:00 committed by GitHub
parent ed44feb694
commit 91cf1d7466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 17 additions and 14 deletions

View File

@ -1,9 +1,9 @@
ext {
extName = 'Kai Scans'
extClass = '.KaiScans'
extName = 'Umi Scans'
extClass = '.UmiScans'
themePkg = 'mangathemesia'
baseUrl = 'https://kaiscans.com'
overrideVersionCode = 2
baseUrl = 'https://umiscans.org'
overrideVersionCode = 3
isNsfw = true
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -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()
}

View File

@ -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
}