* add linting to multisrc * remove generated blocks * lint again * re-format the file * remove buildScript block * manaully format * remove groups
10 lines
289 B
Kotlin
10 lines
289 B
Kotlin
package eu.kanade.tachiyomi.extension.en.mangahentai
|
|
|
|
import eu.kanade.tachiyomi.annotations.Nsfw
|
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
|
|
@Nsfw
|
|
class MangaHentai : Madara("Manga Hentai", "https://mangahentai.me", "en") {
|
|
override val useNewChapterEndpoint: Boolean = true
|
|
}
|