parent
6c87c1634b
commit
4c89276d16
@ -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
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user