Change of Hiperdex URL (#3312)

* Hiperdex URL has been changed to .com

* Hiperdex URL has been changed to .com
This commit is contained in:
Shashank Pujari 2020-05-25 21:23:29 +05:30 committed by GitHub
parent d10d0fd38e
commit 071f07ca62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 97
extVersionCode = 98
libVersion = '1.2'
}

View File

@ -282,7 +282,7 @@ class Milftoon : Madara("Milftoon", "https://milftoon.xxx", "en") {
override fun latestUpdatesRequest(page: Int): Request = GET("$baseUrl/page/$page/?m_orderby=latest", headers)
}
class Hiperdex : Madara("Hiperdex", "https://hiperdex.info", "en") {
class Hiperdex : Madara("Hiperdex", "https://hiperdex.com", "en") {
override fun getGenreList() = listOf(
Genre("Adult", "adult"),
Genre("Action", "action"),