
* add linting to multisrc * remove generated blocks * lint again * re-format the file * remove buildScript block * manaully format * remove groups
8 lines
256 B
Kotlin
8 lines
256 B
Kotlin
package eu.kanade.tachiyomi.extension.en.immortalupdates
|
|
|
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
|
|
class ImmortalUpdates : Madara("Immortal Updates", "https://immortalupdates.com", "en") {
|
|
override val useNewChapterEndpoint: Boolean = true
|
|
}
|