Riztard Lanthorn 43ebb84f3c
Kombatch: add source to WPMangaStream (#9303)
add back to tachi
i think it was removed from multisource separation and this source change theme at that time
2021-10-01 05:37:58 -04:00

10 lines
339 B
Kotlin

package eu.kanade.tachiyomi.extension.id.kombatch
import eu.kanade.tachiyomi.multisrc.wpmangastream.WPMangaStream
import java.text.SimpleDateFormat
import java.util.Locale
class Kombatch : WPMangaStream("Kombatch", "https://kombatch.com", "id", SimpleDateFormat("MMMM dd, yyyy", Locale("id"))) {
override val hasProjectPage = true
}