Madara: Added Chibi Manga (#1290)

This commit is contained in:
Vesnyx 2019-07-13 21:37:06 +00:00 committed by Eugene
parent 88903c5fda
commit 786f1e2b57
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Madara'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 4
extVersionCode = 5
libVersion = '1.2'
}

View File

@ -41,7 +41,8 @@ class MadaraFactory : SourceFactory {
ManwhaClub(),
WuxiaWorld(),
YoManga(),
ManyToon()
ManyToon(),
ChibiManga()
)
}
@ -84,3 +85,4 @@ class WuxiaWorld : Madara("WuxiaWorld", "https://wuxiaworld.site/", "en") {
}
class YoManga : Madara("Yo Manga", "https://yomanga.info/", "en")
class ManyToon : Madara("ManyToon", "https://manytoon.com/", "en")
class ChibiManga : Madara("Chibi Manga", "http://www.cmreader.info/", "en")