Mangaworld: Update Domain (#9886)

This commit is contained in:
Emiliano Nava 2025-08-01 11:54:51 +02:00 committed by Draff
parent cb86a4ac6e
commit 3a3c1e6481
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -4,6 +4,6 @@ import eu.kanade.tachiyomi.multisrc.mangaworld.MangaWorld
class Mangaworld : MangaWorld( class Mangaworld : MangaWorld(
"Mangaworld", "Mangaworld",
"https://www.mangaworld.nz", "https://www.mangaworld.cx",
"it", "it",
) )