parent
d93fccfe6a
commit
12f71a7278
|
@ -53,6 +53,7 @@ class MadaraFactory : SourceFactory {
|
|||
GetManhwa(),
|
||||
AllPornComic(),
|
||||
Milftoon(),
|
||||
ToonManga(),
|
||||
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)
|
||||
}
|
||||
|
||||
class ToonManga : Madara("ToonManga", "https://toonmanga.com/", "en")
|
||||
|
||||
class Hiperdex : Madara("Hiperdex", "https://hiperdex.com", "en") {
|
||||
override fun getGenreList() = listOf(
|
||||
Genre( "Adult", "adult"),
|
||||
|
|
Loading…
Reference in New Issue