12 lines
		
	
	
		
			325 B
		
	
	
	
		
			Kotlin
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			325 B
		
	
	
	
		
			Kotlin
		
	
	
	
	
	
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
 | 
						|
}
 |