parent
a8c69a300d
commit
fd9d8d39f0
|
@ -1,9 +1,9 @@
|
|||
ext {
|
||||
extName = 'Flower Manga'
|
||||
extClass = '.FlowerManga'
|
||||
extName = 'FlowerManga.net'
|
||||
extClass = '.FlowerMangaDotNet'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://flowermanga.net'
|
||||
overrideVersionCode = 1
|
||||
overrideVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -7,12 +7,15 @@ import java.text.SimpleDateFormat
|
|||
import java.util.Locale
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class FlowerManga : Madara(
|
||||
"Flower Manga",
|
||||
class FlowerMangaDotNet : Madara(
|
||||
"FlowerManga.net",
|
||||
"https://flowermanga.net",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("d 'de' MMMMM 'de' yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
|
||||
override val id = 2421010180391442293
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(1, 2, TimeUnit.SECONDS)
|
||||
.build()
|
Loading…
Reference in New Issue