add it back (#5218)

This commit is contained in:
Carlos 2020-12-20 21:39:07 -05:00 committed by GitHub
parent f760a41650
commit ae77b270f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Madara (multiple sources)' extName = 'Madara (multiple sources)'
pkgNameSuffix = "all.madara" pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory' extClass = '.MadaraFactory'
extVersionCode = 160 extVersionCode = 161
libVersion = '1.2' libVersion = '1.2'
containsNsfw = true containsNsfw = true
} }

View File

@ -189,6 +189,7 @@ class MadaraFactory : SourceFactory {
RuyaManga(), RuyaManga(),
S2Manga(), S2Manga(),
ShoujoHearts(), ShoujoHearts(),
Skymanga(),
SpookyScanlations(), SpookyScanlations(),
StageComics(), StageComics(),
TheTopComic(), TheTopComic(),
@ -794,6 +795,8 @@ class NightComic : Madara("Night Comic", "https://www.nightcomic.com", "en") {
.build() .build()
} }
class Skymanga : Madara("Skymanga", "https://skymanga.co", "en")
@Nsfw @Nsfw
class Toonily : Madara("Toonily", "https://toonily.com", "en") { class Toonily : Madara("Toonily", "https://toonily.com", "en") {
override fun getGenreList(): List<Genre> = listOf( override fun getGenreList(): List<Genre> = listOf(