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:
loocool2 2021-03-09 14:01:08 -08:00 committed by GitHub
parent 4d6136514a
commit ef82e290fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'IMHentai'
pkgNameSuffix = 'all.imhentai'
extClass = '.IMHentaiFactory'
extVersionCode = 1
extVersionCode = 2
libVersion = '1.2'
containsNsfw = true
}

View File

@ -29,7 +29,7 @@ class IMHentai(override val lang: String, private val imhLang: String) : ParsedH
add("X-Requested-With", "XMLHttpRequest")
}.build()
override val baseUrl: String = "https://imhentai.com"
override val baseUrl: String = "https://imhentai.xxx"
override val name: String = "IMHentai"
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_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"
}
}