parent
7d4082dffb
commit
cc48c9be5c
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.LimitedTimeProject'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://limitedtimeproject.com'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -9,13 +9,13 @@ class LimitedTimeProject : Madara(
|
||||
"Limited Time Project",
|
||||
"https://limitedtimeproject.com",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd 'de' MMM 'de' yyyy", Locale("pt", "BR")),
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
||||
) {
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimit(3)
|
||||
.build()
|
||||
|
||||
override val mangaSubString = "manhwa"
|
||||
override val mangaSubString = "manhwas"
|
||||
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user