Madara - readd MangaKomi (#1935)

This commit is contained in:
Mike 2019-12-29 17:08:55 -05:00 committed by arkon
parent 50e6959236
commit 33551e14b5
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 39
extVersionCode = 40
libVersion = '1.2'
}

View File

@ -63,7 +63,8 @@ class MadaraFactory : SourceFactory {
MangaArabTeam(),
NightComic(),
Toonily(),
PlotTwistScan()
PlotTwistScan(),
MangaKomi()
)
}
@ -401,3 +402,5 @@ class PlotTwistScan : Madara("Plot Twist No Fansub", "https://www.plotwistscan.c
override fun chapterListParse(response: Response): List<SChapter> = super.chapterListParse(response).asReversed()
}
class MangaKomi : Madara("MangaKomi", "https://mangakomi.com", "en")