* Update ZeistManga and fix some sources * Move Noromax to MangaThemesia * Oops * Lint? * Lint T-T
11 lines
346 B
Kotlin
11 lines
346 B
Kotlin
package eu.kanade.tachiyomi.extension.es.datgarscanlation
|
|
|
|
import eu.kanade.tachiyomi.multisrc.zeistmanga.ZeistManga
|
|
|
|
class DatGarScanlation : ZeistManga("DatGarScanlation", "https://datgarscanlation.blogspot.com", "es") {
|
|
|
|
override val useNewChapterFeed = true
|
|
override val hasFilters = true
|
|
override val hasLanguageFilter = false
|
|
}
|