Initial commit
This commit is contained in:
11
multisrc/overrides/madara/manytoonclub/src/ManyToonClub.kt
Normal file
11
multisrc/overrides/madara/manytoonclub/src/ManyToonClub.kt
Normal file
@@ -0,0 +1,11 @@
|
||||
package eu.kanade.tachiyomi.extension.ko.manytoonclub
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class ManyToonClub : Madara("ManyToonClub", "https://manytoon.club", "ko") {
|
||||
|
||||
override val mangaSubString = "manhwa-raw"
|
||||
|
||||
// The website does not flag the content.
|
||||
override val filterNonMangaItems = false
|
||||
}
|
||||
Reference in New Issue
Block a user