|
|
|
@ -7,7 +7,7 @@ import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
|
|
|
|
|
|
|
|
|
|
|
@MangaSourceParser("LECTORMANGA", "LectorManga", "es")
|
|
|
|
@MangaSourceParser("LECTORMANGA", "LectorManga", "es")
|
|
|
|
internal class LectorManga(context: MangaLoaderContext) :
|
|
|
|
internal class LectorManga(context: MangaLoaderContext) :
|
|
|
|
MadaraParser(context, MangaParserSource.LECTORMANGA, "www.lectormanga.lat") {
|
|
|
|
MadaraParser(context, MangaParserSource.LECTORMANGA, "lectormangaa.com") {
|
|
|
|
override val listUrl = "biblioteca/"
|
|
|
|
override val listUrl = "biblioteca/"
|
|
|
|
override val tagPrefix = "comics-genero/"
|
|
|
|
override val tagPrefix = "comics-genero/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|