Update Imhentai domain (#6113)
* Update imhentai domain * Update version * Change mangabat and mangairo domains to correct website * Revert "Change mangabat and mangairo domains to correct website" This reverts commit 5c770535848fc99dbb56e32fb0f668df5fc09247.
This commit is contained in:
parent
4d6136514a
commit
ef82e290fe
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'IMHentai'
|
extName = 'IMHentai'
|
||||||
pkgNameSuffix = 'all.imhentai'
|
pkgNameSuffix = 'all.imhentai'
|
||||||
extClass = '.IMHentaiFactory'
|
extClass = '.IMHentaiFactory'
|
||||||
extVersionCode = 1
|
extVersionCode = 2
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
containsNsfw = true
|
containsNsfw = true
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,7 +29,7 @@ class IMHentai(override val lang: String, private val imhLang: String) : ParsedH
|
||||||
add("X-Requested-With", "XMLHttpRequest")
|
add("X-Requested-With", "XMLHttpRequest")
|
||||||
}.build()
|
}.build()
|
||||||
|
|
||||||
override val baseUrl: String = "https://imhentai.com"
|
override val baseUrl: String = "https://imhentai.xxx"
|
||||||
override val name: String = "IMHentai"
|
override val name: String = "IMHentai"
|
||||||
override val supportsLatest = true
|
override val supportsLatest = true
|
||||||
|
|
||||||
|
@ -262,6 +262,6 @@ class IMHentai(override val lang: String, private val imhLang: String) : ParsedH
|
||||||
const val LANGUAGE_GERMAN = "German"
|
const val LANGUAGE_GERMAN = "German"
|
||||||
const val LANGUAGE_RUSSIAN = "Russian"
|
const val LANGUAGE_RUSSIAN = "Russian"
|
||||||
|
|
||||||
private const val PAEG_LOAD_URL: String = "https://imhentai.com/inc/thumbs_loader.php"
|
private const val PAEG_LOAD_URL: String = "https://imhentai.xxx/inc/thumbs_loader.php"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue