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