MiauScan Domain Update (#10044)

MiauScan domine Update
This commit is contained in:
Genzales6 2025-08-08 06:55:21 -06:00 committed by Draff
parent 8d7a9fc3f0
commit 6ffe8e7af9
Signed by: Draff
GPG Key ID: E8A89F3211677653
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://zonamiau.com'
overrideVersionCode = 5
baseUrl = 'https://leemiau.com'
overrideVersionCode = 6
isNsfw = true
}

View File

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