MiauScan: Update domain (#2653)

Update domain
This commit is contained in:
bapeey 2024-04-29 05:37:57 -05:00 committed by Draff
parent d4bdbbe059
commit 0522aaf29e
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Miau Scan'
extClass = '.MiauScanFactory'
themePkg = 'mangathemesia'
baseUrl = 'https://miauvisor.org'
overrideVersionCode = 3
baseUrl = 'https://lectormiau.com'
overrideVersionCode = 4
}
apply from: "$rootDir/common.gradle"

View File

@ -20,7 +20,7 @@ class MiauScanFactory : SourceFactory {
open class MiauScan(lang: String) : MangaThemesia(
name = "Miau Scan",
baseUrl = "https://miauvisor.org",
baseUrl = "https://lectormiau.com",
lang = lang,
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) {