add it back (#5218)
This commit is contained in:
parent
f760a41650
commit
ae77b270f0
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue