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'
|
extName = 'AllHentai'
|
||||||
extClass = '.AllHentai'
|
extClass = '.AllHentai'
|
||||||
themePkg = 'grouple'
|
themePkg = 'grouple'
|
||||||
baseUrl = 'https://z.allhen.online'
|
baseUrl = 'https://z.ahen.me'
|
||||||
overrideVersionCode = 22
|
overrideVersionCode = 23
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ import okhttp3.Request
|
|||||||
import uy.kohesive.injekt.Injekt
|
import uy.kohesive.injekt.Injekt
|
||||||
import uy.kohesive.injekt.api.get
|
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
|
override val id: Long = 1809051393403180443
|
||||||
|
|
||||||
@ -289,6 +289,6 @@ class AllHentai : GroupLe("AllHentai", "https://z.allhen.online", "ru") {
|
|||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
private const val DOMAIN_TITLE = "Домен"
|
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