parent
d93fccfe6a
commit
12f71a7278
|
@ -53,6 +53,7 @@ class MadaraFactory : SourceFactory {
|
||||||
GetManhwa(),
|
GetManhwa(),
|
||||||
AllPornComic(),
|
AllPornComic(),
|
||||||
Milftoon(),
|
Milftoon(),
|
||||||
|
ToonManga(),
|
||||||
Hiperdex()
|
Hiperdex()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -236,6 +237,8 @@ class Milftoon : Madara("Milftoon", "https://milftoon.xxx", "en") {
|
||||||
override fun latestUpdatesRequest(page: Int): Request = GET("$baseUrl/page/$page/?m_orderby=latest", headers)
|
override fun latestUpdatesRequest(page: Int): Request = GET("$baseUrl/page/$page/?m_orderby=latest", headers)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class ToonManga : Madara("ToonManga", "https://toonmanga.com/", "en")
|
||||||
|
|
||||||
class Hiperdex : Madara("Hiperdex", "https://hiperdex.com", "en") {
|
class Hiperdex : Madara("Hiperdex", "https://hiperdex.com", "en") {
|
||||||
override fun getGenreList() = listOf(
|
override fun getGenreList() = listOf(
|
||||||
Genre( "Adult", "adult"),
|
Genre( "Adult", "adult"),
|
||||||
|
|
Loading…
Reference in New Issue