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' extName = 'CatManhwas'
extClass = '.CatManhwas' extClass = '.CatManhwas'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://catmanhwas.com' baseUrl = 'https://newcat1.xyz'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = true isNsfw = true
} }

View File

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