Madara - readd MangaKomi (#1935)
This commit is contained in:
parent
50e6959236
commit
33551e14b5
|
@ -5,7 +5,7 @@ ext {
|
|||
appName = 'Tachiyomi: Madara (multiple sources)'
|
||||
pkgNameSuffix = "all.madara"
|
||||
extClass = '.MadaraFactory'
|
||||
extVersionCode = 39
|
||||
extVersionCode = 40
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue