
* add linting to multisrc * remove generated blocks * lint again * re-format the file * remove buildScript block * manaully format * remove groups
15 lines
342 B
Kotlin
15 lines
342 B
Kotlin
package eu.kanade.tachiyomi.extension.en.hmanhwa
|
|
|
|
import eu.kanade.tachiyomi.annotations.Nsfw
|
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
import java.text.SimpleDateFormat
|
|
import java.util.Locale
|
|
|
|
@Nsfw
|
|
class hManhwa : Madara(
|
|
"hManhwa",
|
|
"https://hmanhwa.com",
|
|
"en",
|
|
dateFormat = SimpleDateFormat("dd MMM", Locale.US)
|
|
)
|