Mangaworld: Update domain (#8171)

Update domain
This commit is contained in:
Chopper 2025-03-23 12:05:32 -03:00 committed by Draff
parent d43dd231b2
commit ee5a221a17
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 7 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Mangaworld'
extClass = '.Mangaworld'
themePkg = 'mangaworld'
baseUrl = 'https://www.mangaworld.ac'
overrideVersionCode = 6
baseUrl = 'https://www.mangaworld.nz'
overrideVersionCode = 7
isNsfw = false
}

View File

@ -2,4 +2,8 @@ package eu.kanade.tachiyomi.extension.it.mangaworld
import eu.kanade.tachiyomi.multisrc.mangaworld.MangaWorld
class Mangaworld : MangaWorld("Mangaworld", "https://www.mangaworld.ac", "it")
class Mangaworld : MangaWorld(
"Mangaworld",
"https://www.mangaworld.nz",
"it",
)