robinmanga closed
parent
a2625410f9
commit
20ce9cb8d9
@ -1,22 +0,0 @@
|
|||||||
package org.koitharu.kotatsu.parsers.site.mangareader.tr
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
@MangaSourceParser("ROBINMANGA", "RobinManga", "tr")
|
|
||||||
internal class RobinManga(context: MangaLoaderContext) :
|
|
||||||
MangaReaderParser(
|
|
||||||
context,
|
|
||||||
MangaParserSource.ROBINMANGA,
|
|
||||||
"www.guildknives.com",
|
|
||||||
pageSize = 20,
|
|
||||||
searchPageSize = 25,
|
|
||||||
) {
|
|
||||||
override val filterCapabilities: MangaListFilterCapabilities
|
|
||||||
get() = super.filterCapabilities.copy(
|
|
||||||
isTagsExclusionSupported = false,
|
|
||||||
)
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue