|
|
|
@ -4,9 +4,7 @@ import org.koitharu.kotatsu.parsers.MangaLoaderContext
|
|
|
|
import org.koitharu.kotatsu.parsers.MangaSourceParser
|
|
|
|
import org.koitharu.kotatsu.parsers.MangaSourceParser
|
|
|
|
import org.koitharu.kotatsu.parsers.model.MangaParserSource
|
|
|
|
import org.koitharu.kotatsu.parsers.model.MangaParserSource
|
|
|
|
import org.koitharu.kotatsu.parsers.site.iken.IkenParser
|
|
|
|
import org.koitharu.kotatsu.parsers.site.iken.IkenParser
|
|
|
|
import org.koitharu.kotatsu.parsers.Broken
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Broken("Need to fix getPages")
|
|
|
|
|
|
|
|
@MangaSourceParser("HIVECOMIC", "HiveComic", "en")
|
|
|
|
@MangaSourceParser("HIVECOMIC", "HiveComic", "en")
|
|
|
|
internal class HiveComic(context: MangaLoaderContext) :
|
|
|
|
internal class HiveComic(context: MangaLoaderContext) :
|
|
|
|
IkenParser(context, MangaParserSource.HIVECOMIC, "hivetoons.org", 18, true)
|
|
|
|
IkenParser(context, MangaParserSource.HIVECOMIC, "hivetoons.org", 18, true)
|
|
|
|
|