* N-Z * MZuki-N * kbatch-mzuki * remove madara * remove wildcard * nsfw * pkg name already got it from class name * forgot className * this too * fix arangScans chapter and timestamp * add mangaEffect * add mangaGreat * mangazuki.club multiLang * forgot this line :v
		
			
				
	
	
		
			11 lines
		
	
	
		
			399 B
		
	
	
	
		
			Kotlin
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			399 B
		
	
	
	
		
			Kotlin
		
	
	
	
	
	
package eu.kanade.tachiyomi.extension.en.topmanhua
 | 
						|
 | 
						|
import eu.kanade.tachiyomi.multisrc.madara.Madara
 | 
						|
import okhttp3.Headers
 | 
						|
import java.text.SimpleDateFormat
 | 
						|
import java.util.Locale
 | 
						|
 | 
						|
class TopManhua : Madara("Top Manhua", "https://topmanhua.com", "en", SimpleDateFormat("MM/dd/yy", Locale.US)) {
 | 
						|
    override fun headersBuilder(): Headers.Builder = super.headersBuilder().add("Referer", baseUrl)
 | 
						|
}
 |