Flower Manga: update domain, icon (#2871)
This commit is contained in:
parent
4161c3f51d
commit
f767aa8b6d
src/pt/flowermanga
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/pt/flowermanga
@ -2,8 +2,9 @@ ext {
|
||||
extName = 'Flower Manga'
|
||||
extClass = '.FlowerManga'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://flowermanga.com'
|
||||
overrideVersionCode = 0
|
||||
baseUrl = 'https://flowermanga.net'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
Binary file not shown.
Before ![]() (image error) Size: 2.7 KiB After ![]() (image error) Size: 9.1 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 1.5 KiB After ![]() (image error) Size: 4.4 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 4.0 KiB After ![]() (image error) Size: 15 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 7.8 KiB After ![]() (image error) Size: 32 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 12 KiB After ![]() (image error) Size: 56 KiB ![]() ![]() |
@ -9,12 +9,14 @@ import java.util.concurrent.TimeUnit
|
||||
|
||||
class FlowerManga : Madara(
|
||||
"Flower Manga",
|
||||
"https://flowermanga.com",
|
||||
"https://flowermanga.net",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd MMMMM yyyy", Locale("pt", "BR")),
|
||||
SimpleDateFormat("d 'de' MMMMM 'de' yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(1, 2, TimeUnit.SECONDS)
|
||||
.build()
|
||||
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val useNewChapterEndpoint = false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user