[Add] ToonManga (#1755)

* Add ToonManga

* Update build.gradle
This commit is contained in:
happywillow0 2019-11-10 23:27:09 -05:00 committed by arkon
parent d93fccfe6a
commit 12f71a7278
1 changed files with 3 additions and 0 deletions

View File

@ -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"),