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

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

View File

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

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
}