999Hentai: update urls (#18900)

update urls
This commit is contained in:
AwkwardPeak7 2023-11-10 18:28:41 +05:00 committed by GitHub
parent 60d8459188
commit 75dee193ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ ext {
extName = '999Hentai'
pkgNameSuffix = 'all.ninenineninehentai'
extClass = '.NineNineNineHentaiFactory'
extVersionCode = 3
extVersionCode = 4
isNsfw = true
}

View File

@ -39,9 +39,9 @@ open class NineNineNineHentai(
override val name = "999Hentai"
override val baseUrl = "https://999hentai.net"
override val baseUrl = "https://999hentai.to"
private val apiUrl = "https://api.newsmama.top/api"
private val apiUrl = "https://hapi.allanime.day/api"
override val supportsLatest = true

View File

@ -130,7 +130,7 @@ data class Url(val url: String) {
}
}
private const val cdnUrl = "https://edge.anime-st.top/"
private const val cdnUrl = "https://edge.fast4speed.rsvp/"
private val urlRegex = Regex("^https?://.*")
}
}