mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
AllHentai: Update domain (#3464)
This commit is contained in:
parent
bd93e16d25
commit
8e58e461a7
@ -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
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user