parent
eb07f68d63
commit
83145f221f
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Visor Inari'
|
||||
extClass = '.VisorInari'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://inarimanga.visahelper.online'
|
||||
overrideVersionCode = 16
|
||||
baseUrl = 'https://worldinari.org'
|
||||
overrideVersionCode = 17
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import java.util.Locale
|
|||
|
||||
class VisorInari : MangaThemesia(
|
||||
"Visor Inari",
|
||||
"https://inarimanga.visahelper.online",
|
||||
"https://worldinari.org",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||
) {
|
||||
|
|
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Cerise Scan'
|
||||
extClass = '.CeriseScan'
|
||||
themePkg = 'peachscan'
|
||||
baseUrl = 'https://cerise.leitorweb.com'
|
||||
overrideVersionCode = 41
|
||||
baseUrl = 'https://sctoon.net'
|
||||
overrideVersionCode = 42
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
|||
|
||||
class CeriseScan : PeachScan(
|
||||
"Cerise Scan",
|
||||
"https://cerise.leitorweb.com",
|
||||
"https://sctoon.net",
|
||||
"pt-BR",
|
||||
) {
|
||||
override val versionId: Int = 2
|
||||
|
|
Loading…
Reference in New Issue