Rawkuma: Update domain (#9528)

* Rawkuma: Bump versionCode

* Rawkuma: Update baseUrl
This commit is contained in:
Smol Ame 2025-07-03 00:34:14 -08:00 committed by Draff
parent 1cbbb8911e
commit 5ec031e3b8
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Rawkuma'
extClass = '.Rawkuma'
themePkg = 'mangathemesia'
baseUrl = 'https://rawkuma.com'
overrideVersionCode = 1
baseUrl = 'https://rawkuma.net'
overrideVersionCode = 2
isNsfw = true
}

View File

@ -4,7 +4,7 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimit
import okhttp3.OkHttpClient
class Rawkuma : MangaThemesia("Rawkuma", "https://rawkuma.com", "ja") {
class Rawkuma : MangaThemesia("Rawkuma", "https://rawkuma.net", "ja") {
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(4)