Close #741
parent
7d2f5696f5
commit
288b67e250
@ -0,0 +1,12 @@
|
|||||||
|
package org.koitharu.kotatsu.parsers.site.madara.pt
|
||||||
|
|
||||||
|
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("LERMANGAS", "Lermangas", "pt")
|
||||||
|
internal class Lermangas(context: MangaLoaderContext) :
|
||||||
|
MadaraParser(context, MangaSource.LERMANGAS, "lermangas.me", pageSize = 20) {
|
||||||
|
override val datePattern = "dd 'de' MMMMM 'de' yyyy"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue