
* Update ZeistManga and add some sources * Remove status from Tooncubus * Linting * Linting * More Linting * Miskey in import * I hope it's the last
12 lines
304 B
Kotlin
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"
|
|
}
|