Ikiru(MangaTale): Rebranding and update domain (#5312)

Rebranding
This commit is contained in:
Chopper 2024-09-30 10:09:49 -03:00 committed by Draff
parent 25cca5e9db
commit 6c88ef39cc
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 8 additions and 5 deletions

View File

@ -1,9 +1,10 @@
ext { ext {
extName = 'MangaTale' extName = 'Ikiru'
extClass = '.MangaTale' extClass = '.Ikiru'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://mangatale.id' baseUrl = 'https://ikiru.me'
overrideVersionCode = 4 overrideVersionCode = 5
isNsfw = true
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -7,7 +7,9 @@ import okhttp3.OkHttpClient
import okhttp3.ResponseBody.Companion.toResponseBody import okhttp3.ResponseBody.Companion.toResponseBody
import org.jsoup.nodes.Document import org.jsoup.nodes.Document
class MangaTale : MangaThemesia("MangaTale", "https://mangatale.id", "id") { class Ikiru : MangaThemesia("Ikiru", "https://ikiru.me", "id") {
override val id = 1532456597012176985
override val client: OkHttpClient = super.client.newBuilder() override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(12, 3) .rateLimit(12, 3)