999Hentai: update api url (#857)

update api url
This commit is contained in:
AwkwardPeak7 2024-01-31 21:33:02 +05:00 committed by GitHub
parent 55544abfb6
commit a46ab5ff43
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = '999Hentai'
extClass = '.NineNineNineHentaiFactory'
extVersionCode = 5
extVersionCode = 6
isNsfw = true
}

View File

@ -44,7 +44,7 @@ open class NineNineNineHentai(
override val baseUrl = "https://999hentai.net"
private val apiUrl = "https://api.999hentai.net/api"
private val apiUrl = "https://hapi.999hentai.net/api"
override val supportsLatest = true