CatManhwas: Update domain (#8459)

update domain
This commit is contained in:
bapeey 2025-04-14 09:43:20 -05:00 committed by Draff
parent 6c87c1634b
commit 4c89276d16
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'CatManhwas'
extClass = '.CatManhwas'
themePkg = 'madara'
baseUrl = 'https://catmanhwas.com'
overrideVersionCode = 0
baseUrl = 'https://newcat1.xyz'
overrideVersionCode = 1
isNsfw = true
}

View File

@ -8,9 +8,9 @@ import java.util.Locale
class CatManhwas : Madara(
"CatManhwas",
"https://catmanhwas.com",
"https://newcat1.xyz",
"es",
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale("es")),
dateFormat = SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("es")),
) {
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(3, 1)