mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
parent
f1c0dba8bf
commit
80a295b5e8
@ -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
Block a user