AllHentai: Update domain (#3464)

This commit is contained in:
Denis Akazuki 2024-06-09 15:19:46 +03:00 committed by GitHub
parent bd93e16d25
commit 8e58e461a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'AllHentai'
extClass = '.AllHentai'
themePkg = 'grouple'
baseUrl = 'https://z.allhen.online'
overrideVersionCode = 22
baseUrl = 'https://z.ahen.me'
overrideVersionCode = 23
isNsfw = true
}

View File

@ -12,7 +12,7 @@ import okhttp3.Request
import uy.kohesive.injekt.Injekt
import uy.kohesive.injekt.api.get
class AllHentai : GroupLe("AllHentai", "https://z.allhen.online", "ru") {
class AllHentai : GroupLe("AllHentai", "https://z.ahen.me", "ru") {
override val id: Long = 1809051393403180443
@ -289,6 +289,6 @@ class AllHentai : GroupLe("AllHentai", "https://z.allhen.online", "ru") {
companion object {
private const val DOMAIN_TITLE = "Домен"
private const val DOMAIN_DEFAULT = "https://z.allhen.online"
private const val DOMAIN_DEFAULT = "https://z.ahen.me"
}
}