parent
b7d961e353
commit
7c9f020569
|
@ -6,7 +6,7 @@ ext {
|
|||
extName = '999Hentai'
|
||||
pkgNameSuffix = 'all.ninenineninehentai'
|
||||
extClass = '.NineNineNineHentaiFactory'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -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?://.*")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue