nyx mange closed
parent
60c91f9cc4
commit
b95bb46d00
@ -1,19 +0,0 @@
|
|||||||
package org.koitharu.kotatsu.parsers.site.mangareader.tr
|
|
||||||
|
|
||||||
import org.koitharu.kotatsu.parsers.Broken
|
|
||||||
import org.koitharu.kotatsu.parsers.MangaLoaderContext
|
|
||||||
import org.koitharu.kotatsu.parsers.MangaSourceParser
|
|
||||||
import org.koitharu.kotatsu.parsers.model.MangaListFilterCapabilities
|
|
||||||
import org.koitharu.kotatsu.parsers.model.MangaParserSource
|
|
||||||
import org.koitharu.kotatsu.parsers.site.mangareader.MangaReaderParser
|
|
||||||
|
|
||||||
@Broken
|
|
||||||
@MangaSourceParser("NYXMANGA", "NyxManga", "tr")
|
|
||||||
internal class NyxManga(context: MangaLoaderContext) :
|
|
||||||
MangaReaderParser(context, MangaParserSource.NYXMANGA, "nyxmanga.com", pageSize = 14, searchPageSize = 10) {
|
|
||||||
override val filterCapabilities: MangaListFilterCapabilities
|
|
||||||
get() = super.filterCapabilities.copy(
|
|
||||||
isTagsExclusionSupported = false,
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue