999Hentai: update cdn (#17617)

update cdn
This commit is contained in:
AwkwardPeak7 2023-08-23 21:03:27 +05:00 committed by GitHub
parent b7d961e353
commit 7c9f020569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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