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

12 lines
304 B
Kotlin

package eu.kanade.tachiyomi.extension.id.noromax
import eu.kanade.tachiyomi.multisrc.zeistmanga.ZeistManga
class Noromax : ZeistManga("Noromax", "https://www.noromax.xyz", "id") {
override val hasFilters = true
override val imgSelector = "a[href]"
override val imgSelectorAttr = "href"
}