Zinmanga: update domain (#2147)
This commit is contained in:
parent
613a2c5f50
commit
7172b0567e
|
@ -2,8 +2,9 @@ ext {
|
|||
extName = 'Zinmanga'
|
||||
extClass = '.Zinmanga'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://zinmanga.com'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://mangazin.org'
|
||||
overrideVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -2,8 +2,8 @@ package eu.kanade.tachiyomi.extension.en.zinmanga
|
|||
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue