|
|
|
@ -8,6 +8,6 @@ import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
|
|
|
|
|
|
|
|
|
|
|
@MangaSourceParser("HIPERCOOL", "Hipercool", "pt", ContentType.HENTAI)
|
|
|
|
@MangaSourceParser("HIPERCOOL", "Hipercool", "pt", ContentType.HENTAI)
|
|
|
|
internal class Hipercool(context: MangaLoaderContext) :
|
|
|
|
internal class Hipercool(context: MangaLoaderContext) :
|
|
|
|
MadaraParser(context, MangaSource.HIPERCOOL, "hipercool.xyz", pageSize = 20) {
|
|
|
|
MadaraParser(context, MangaSource.HIPERCOOL, "hiper.cool", pageSize = 20) {
|
|
|
|
override val tagPrefix = "manga-tag/"
|
|
|
|
override val tagPrefix = "manga-tag/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|