seew3l 6366c65903
Update ZeistManga and add some sources (#15426)
* Update ZeistManga and add some sources

* Remove status from Tooncubus

* Linting

* Linting

* More Linting

* Miskey in import

* I hope it's the last
2023-02-23 19:20:23 -03:00

14 lines
407 B
Kotlin

package eu.kanade.tachiyomi.extension.es.muslosnosekai
import eu.kanade.tachiyomi.multisrc.zeistmanga.Language
import eu.kanade.tachiyomi.multisrc.zeistmanga.ZeistManga
class MuslosNoSekai : ZeistManga("Muslos No Sekai", "https://muslosnosekai.blogspot.com", "es") {
override val hasFilters = true
override fun getLanguageList(): List<Language> = listOf(
Language(intl.all, ""),
)
}