add it back (#5218)
This commit is contained in:
parent
f760a41650
commit
ae77b270f0
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Madara (multiple sources)'
|
||||
pkgNameSuffix = "all.madara"
|
||||
extClass = '.MadaraFactory'
|
||||
extVersionCode = 160
|
||||
extVersionCode = 161
|
||||
libVersion = '1.2'
|
||||
containsNsfw = true
|
||||
}
|
||||
|
|
|
@ -189,6 +189,7 @@ class MadaraFactory : SourceFactory {
|
|||
RuyaManga(),
|
||||
S2Manga(),
|
||||
ShoujoHearts(),
|
||||
Skymanga(),
|
||||
SpookyScanlations(),
|
||||
StageComics(),
|
||||
TheTopComic(),
|
||||
|
@ -794,6 +795,8 @@ class NightComic : Madara("Night Comic", "https://www.nightcomic.com", "en") {
|
|||
.build()
|
||||
}
|
||||
|
||||
class Skymanga : Madara("Skymanga", "https://skymanga.co", "en")
|
||||
|
||||
@Nsfw
|
||||
class Toonily : Madara("Toonily", "https://toonily.com", "en") {
|
||||
override fun getGenreList(): List<Genre> = listOf(
|
||||
|
|
Loading…
Reference in New Issue