[MangaTilkisi] Add source (#1940)
Co-authored-by: Draken <131387159+dragonx943@users.noreply.github.com>master
parent
b5fddadb18
commit
5dae26ce0b
@ -1 +1 @@
|
|||||||
total: 1235
|
total: 1236
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
package org.koitharu.kotatsu.parsers.site.madara.tr
|
||||||
|
|
||||||
|
import org.koitharu.kotatsu.parsers.MangaLoaderContext
|
||||||
|
import org.koitharu.kotatsu.parsers.MangaSourceParser
|
||||||
|
import org.koitharu.kotatsu.parsers.model.MangaParserSource
|
||||||
|
import org.koitharu.kotatsu.parsers.site.madara.MadaraParser
|
||||||
|
|
||||||
|
@MangaSourceParser("MANGATILKISI", "MangaTilkisi", "tr")
|
||||||
|
internal class MangaTilkisi(context: MangaLoaderContext) :
|
||||||
|
MadaraParser(context, MangaParserSource.MANGATILKISI, "www.mangatilkisi.net", pageSize = 18) {
|
||||||
|
override val datePattern = "dd/MM/yyyy"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue