Add Madara Source: Pikiran Wibu (#18549)
* Add madara source: Pikiran Wibu * Fix KtLint build error * Don't use wildcard
This commit is contained in:
parent
3ab120e9da
commit
012d56497c
|
@ -0,0 +1,20 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.id.pikiranwibu
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class PikiranWibu : Madara(
|
||||||
|
"Pikiran Wibu",
|
||||||
|
"https://pikiran-wibu.com",
|
||||||
|
"id",
|
||||||
|
SimpleDateFormat("dd MMM yy", Locale("en")),
|
||||||
|
) {
|
||||||
|
|
||||||
|
// popular is the latest
|
||||||
|
override val supportsLatest = false
|
||||||
|
|
||||||
|
override val filterNonMangaItems = false
|
||||||
|
|
||||||
|
override val mangaSubString = ""
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
|
@ -393,6 +393,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Paw Manga", "https://pawmanga.com", "en", isNsfw = true),
|
SingleLang("Paw Manga", "https://pawmanga.com", "en", isNsfw = true),
|
||||||
SingleLang("Petrotechsociety", "https://www.petrotechsociety.org", "en", isNsfw = true),
|
SingleLang("Petrotechsociety", "https://www.petrotechsociety.org", "en", isNsfw = true),
|
||||||
SingleLang("Pian Manga", "https://pianmanga.me", "en", isNsfw = true, overrideVersionCode = 1),
|
SingleLang("Pian Manga", "https://pianmanga.me", "en", isNsfw = true, overrideVersionCode = 1),
|
||||||
|
SingleLang("Pikiran Wibu", "https://pikiran-wibu.com", "id"),
|
||||||
SingleLang("Pink Sea Unicorn", "https://psunicorn.com", "pt-BR", isNsfw = true),
|
SingleLang("Pink Sea Unicorn", "https://psunicorn.com", "pt-BR", isNsfw = true),
|
||||||
SingleLang("Pirulito Rosa", "https://pirulitorosa.site", "pt-BR", isNsfw = true),
|
SingleLang("Pirulito Rosa", "https://pirulitorosa.site", "pt-BR", isNsfw = true),
|
||||||
SingleLang("Platinum Crown", "https://platinumscans.com", "en", overrideVersionCode = 1),
|
SingleLang("Platinum Crown", "https://platinumscans.com", "en", overrideVersionCode = 1),
|
||||||
|
|
Loading…
Reference in New Issue