Add Madara Source: Pikiran Wibu (#18549)

* Add madara source: Pikiran Wibu

* Fix KtLint build error

* Don't use wildcard
This commit is contained in:
Muhammad Brian Abdillah 2023-10-17 05:18:09 +07:00 committed by GitHub
parent 3ab120e9da
commit 012d56497c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -393,6 +393,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Paw Manga", "https://pawmanga.com", "en", isNsfw = true),
SingleLang("Petrotechsociety", "https://www.petrotechsociety.org", "en", isNsfw = true),
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("Pirulito Rosa", "https://pirulitorosa.site", "pt-BR", isNsfw = true),
SingleLang("Platinum Crown", "https://platinumscans.com", "en", overrideVersionCode = 1),