Noromax: Update mangaUrlDirectory (#8887)

Update mangaUrlDirectory
This commit is contained in:
Chopper 2025-05-18 02:35:53 -03:00 committed by Draff
parent 94ec34b7ab
commit b9282c11ec
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.Noromax' extClass = '.Noromax'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://noromax01.my.id' baseUrl = 'https://noromax01.my.id'
overrideVersionCode = 1 overrideVersionCode = 2
isNsfw = true isNsfw = true
} }

View File

@ -2,7 +2,11 @@ package eu.kanade.tachiyomi.extension.id.noromax
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class Noromax : MangaThemesia("Noromax", "https://noromax01.my.id", "id", "/Komik") { class Noromax : MangaThemesia(
"Noromax",
"https://noromax01.my.id",
"id",
) {
// Site changed from ZeistManga to MangaThemesia // Site changed from ZeistManga to MangaThemesia
override val versionId = 2 override val versionId = 2