Zinmanga: update domain (#2147)

This commit is contained in:
Vetle Ledaal 2024-03-29 06:56:07 +00:00 committed by Draff
parent 613a2c5f50
commit 7172b0567e
2 changed files with 5 additions and 4 deletions

View File

@ -2,8 +2,9 @@ ext {
extName = 'Zinmanga' extName = 'Zinmanga'
extClass = '.Zinmanga' extClass = '.Zinmanga'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://zinmanga.com' baseUrl = 'https://mangazin.org'
overrideVersionCode = 1 overrideVersionCode = 2
isNsfw = true
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -2,8 +2,8 @@ package eu.kanade.tachiyomi.extension.en.zinmanga
import eu.kanade.tachiyomi.multisrc.madara.Madara import eu.kanade.tachiyomi.multisrc.madara.Madara
class Zinmanga : Madara("Zinmanga", "https://zinmanga.com", "en") { class Zinmanga : Madara("Zinmanga", "https://mangazin.org", "en") {
// The website does not flag the content. // The website does not flag the content consistently.
override val filterNonMangaItems = false override val filterNonMangaItems = false
} }