rebrand manhwalist to komiknesia : Update URL (#1995)

This commit is contained in:
mohamedotaku 2024-03-21 17:40:48 +00:00 committed by GitHub
parent 6fa03fdf48
commit ac4a6dc676
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 8 additions and 5 deletions

View File

@ -1,9 +1,9 @@
ext {
extName = 'ManhwaList'
extClass = '.ManhwaList'
extName = 'KomikNesia'
extClass = '.KomikNesia'
themePkg = 'mangathemesia'
baseUrl = 'https://manhwalist.com'
overrideVersionCode = 4
baseUrl = 'https://komiknesia.xyz'
overrideVersionCode = 5
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -4,7 +4,10 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimit
import okhttp3.OkHttpClient
class ManhwaList : MangaThemesia("ManhwaList", "https://manhwalist.com", "id") {
class KomikNesia : MangaThemesia("KomikNesia", "https://komiknesia.xyz", "id") {
// ManhwaList -> KomikNesia
override val id = 4039555433611432280
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(4)