ManhwaList: Update domain (#8889)

Update domain
This commit is contained in:
Chopper 2025-05-18 02:36:15 -03:00 committed by Draff
parent 2a0022b3c7
commit 39919d1e0a
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Manhwa List' extName = 'Manhwa List'
extClass = '.ManhwaList' extClass = '.ManhwaList'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://manhwalist.xyz' baseUrl = 'https://manhwalist01.com'
overrideVersionCode = 3 overrideVersionCode = 4
isNsfw = false isNsfw = false
} }

View File

@ -6,7 +6,7 @@ import okhttp3.OkHttpClient
class ManhwaList : MangaThemesia( class ManhwaList : MangaThemesia(
"Manhwa List", "Manhwa List",
"https://manhwalist.xyz", "https://manhwalist01.com",
"id", "id",
) { ) {
override val client: OkHttpClient = super.client.newBuilder() override val client: OkHttpClient = super.client.newBuilder()