
add back to tachi i think it was removed from multisource separation and this source change theme at that time
10 lines
339 B
Kotlin
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
|
|
}
|