10 lines
274 B
Kotlin
10 lines
274 B
Kotlin
|
package eu.kanade.tachiyomi.extension.en.manhwa18org
|
||
|
|
||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||
|
|
||
|
class Manhwa18Org : Madara("Manhwa18.org", "https://manhwa18.org", "en") {
|
||
|
|
||
|
// The website does not flag the content.
|
||
|
override val filterNonMangaItems = false
|
||
|
}
|