|
|
|
@ -5,7 +5,9 @@ import org.koitharu.kotatsu.parsers.MangaSourceParser
|
|
|
|
import org.koitharu.kotatsu.parsers.model.MangaListFilterCapabilities
|
|
|
|
import org.koitharu.kotatsu.parsers.model.MangaListFilterCapabilities
|
|
|
|
import org.koitharu.kotatsu.parsers.model.MangaParserSource
|
|
|
|
import org.koitharu.kotatsu.parsers.model.MangaParserSource
|
|
|
|
import org.koitharu.kotatsu.parsers.site.mangareader.MangaReaderParser
|
|
|
|
import org.koitharu.kotatsu.parsers.site.mangareader.MangaReaderParser
|
|
|
|
|
|
|
|
import org.koitharu.kotatsu.parsers.Broken
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Broken
|
|
|
|
@MangaSourceParser("ROBINMANGA", "RobinManga", "tr")
|
|
|
|
@MangaSourceParser("ROBINMANGA", "RobinManga", "tr")
|
|
|
|
internal class RobinManga(context: MangaLoaderContext) :
|
|
|
|
internal class RobinManga(context: MangaLoaderContext) :
|
|
|
|
MangaReaderParser(
|
|
|
|
MangaReaderParser(
|
|
|
|
@ -19,4 +21,4 @@ internal class RobinManga(context: MangaLoaderContext) :
|
|
|
|
get() = super.filterCapabilities.copy(
|
|
|
|
get() = super.filterCapabilities.copy(
|
|
|
|
isTagsExclusionSupported = false,
|
|
|
|
isTagsExclusionSupported = false,
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|