closed
parent
f1086c93f7
commit
111ad58b57
@ -1,16 +0,0 @@
|
|||||||
package org.koitharu.kotatsu.parsers.site.madara.tr
|
|
||||||
|
|
||||||
import org.koitharu.kotatsu.parsers.Broken
|
|
||||||
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
|
|
||||||
|
|
||||||
@Broken
|
|
||||||
@MangaSourceParser("ESOMANGA", "EsoManga", "tr")
|
|
||||||
internal class EsoManga(context: MangaLoaderContext) :
|
|
||||||
MadaraParser(context, MangaParserSource.ESOMANGA, "esomanga.com", 10) {
|
|
||||||
override val postReq = true
|
|
||||||
override val datePattern = "dd/MM/yyyy"
|
|
||||||
override val tagPrefix = "manga-kategoriler/"
|
|
||||||
}
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
package org.koitharu.kotatsu.parsers.site.madara.tr
|
|
||||||
|
|
||||||
import org.koitharu.kotatsu.parsers.Broken
|
|
||||||
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
|
|
||||||
|
|
||||||
@Broken // Redirect to @GRIMELEK
|
|
||||||
@MangaSourceParser("GHOSTFANSUB", "GhostFansub", "tr")
|
|
||||||
internal class GhostFansub(context: MangaLoaderContext) :
|
|
||||||
MadaraParser(context, MangaParserSource.GHOSTFANSUB, "ghostfansub.co", 18)
|
|
||||||
// you now need to log in to access content
|
|
||||||
Loading…
Reference in New Issue