MiauScan: Update domain (#1386)
This commit is contained in:
parent
b874f0d1c3
commit
c9633f3d0c
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Miau Scan'
|
||||
extClass = '.MiauScanFactory'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://miaucomics.org'
|
||||
overrideVersionCode = 2
|
||||
baseUrl = 'https://miauvisor.org'
|
||||
overrideVersionCode = 3
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -20,7 +20,7 @@ class MiauScanFactory : SourceFactory {
|
|||
|
||||
open class MiauScan(lang: String) : MangaThemesia(
|
||||
name = "Miau Scan",
|
||||
baseUrl = "https://miaucomics.org",
|
||||
baseUrl = "https://miauvisor.org",
|
||||
lang = lang,
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||
) {
|
||||
|
@ -58,6 +58,9 @@ open class MiauScan(lang: String) : MangaThemesia(
|
|||
}
|
||||
}
|
||||
|
||||
override val seriesAuthorSelector = ".tsinfo .imptdt:contains(autor) i"
|
||||
override val seriesStatusSelector = ".tsinfo .imptdt:contains(estado) i"
|
||||
|
||||
override fun mangaDetailsParse(document: Document): SManga {
|
||||
return super.mangaDetailsParse(document).apply {
|
||||
title = title.replace(PORTUGUESE_SUFFIX, "")
|
||||
|
|
Loading…
Reference in New Issue