XdarkX e6ff5b9f5a
[Mangceh] Use new chapter endpoint (#9078)
Updated Mangceh to use the new chapter endpoint to fetch chapters.
2021-09-16 09:29:32 -04:00

10 lines
263 B
Kotlin

package eu.kanade.tachiyomi.extension.id.mangceh
import eu.kanade.tachiyomi.annotations.Nsfw
import eu.kanade.tachiyomi.multisrc.madara.Madara
@Nsfw
class Mangceh : Madara("Mangceh", "https://mangceh.me", "id") {
override val useNewChapterEndpoint = true
}