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