[ArmoniScans] Add Source (#1729)
Co-authored-by: Draken <131387159+dragonx943@users.noreply.github.com>master
parent
4b6b585801
commit
7cd7180adb
@ -1 +1 @@
|
|||||||
total: 1213
|
total: 1214
|
||||||
|
|||||||
@ -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("ARMONISCANS", "ArmoniScans", "tr")
|
||||||
|
internal class ArmoniScans(context: MangaLoaderContext) :
|
||||||
|
MadaraParser(context, MangaParserSource.ARMONISCANS, "armoniscans.net") {
|
||||||
|
override val tagPrefix = "tur/"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue