Add 2 source more typo and add val on gettags on madara for site not let list /manga/
parent
2bf29da2ea
commit
eeccda24b0
@ -0,0 +1,15 @@
|
|||||||
|
package org.koitharu.kotatsu.parsers.site.madara.es
|
||||||
|
|
||||||
|
import org.koitharu.kotatsu.parsers.MangaLoaderContext
|
||||||
|
import org.koitharu.kotatsu.parsers.MangaSourceParser
|
||||||
|
import org.koitharu.kotatsu.parsers.model.MangaSource
|
||||||
|
import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
||||||
|
|
||||||
|
|
||||||
|
@MangaSourceParser("LKSCANLATION", "LkScanlation", "es")
|
||||||
|
internal class LkScanlation(context: MangaLoaderContext) :
|
||||||
|
MadaraParser(context, MangaSource.LKSCANLATION, "lkscanlation.com") {
|
||||||
|
|
||||||
|
override val tagPrefix = "manhwa-genre/"
|
||||||
|
override val listUrl = "manhwa/"
|
||||||
|
}
|
||||||
@ -0,0 +1,10 @@
|
|||||||
|
package org.koitharu.kotatsu.parsers.site.mangareader.it
|
||||||
|
|
||||||
|
import org.koitharu.kotatsu.parsers.MangaLoaderContext
|
||||||
|
import org.koitharu.kotatsu.parsers.MangaSourceParser
|
||||||
|
import org.koitharu.kotatsu.parsers.model.MangaSource
|
||||||
|
import org.koitharu.kotatsu.parsers.site.mangareader.MangaReaderParser
|
||||||
|
|
||||||
|
@MangaSourceParser("WITCOMICS", "Wit Comics", "it")
|
||||||
|
internal class WitComics(context: MangaLoaderContext) :
|
||||||
|
MangaReaderParser(context, MangaSource.WITCOMICS, "www.witcomics.net", pageSize = 5, searchPageSize = 10)
|
||||||
Loading…
Reference in New Issue