parent
60d8459188
commit
75dee193ff
@ -6,7 +6,7 @@ ext {
|
|||||||
extName = '999Hentai'
|
extName = '999Hentai'
|
||||||
pkgNameSuffix = 'all.ninenineninehentai'
|
pkgNameSuffix = 'all.ninenineninehentai'
|
||||||
extClass = '.NineNineNineHentaiFactory'
|
extClass = '.NineNineNineHentaiFactory'
|
||||||
extVersionCode = 3
|
extVersionCode = 4
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,9 +39,9 @@ open class NineNineNineHentai(
|
|||||||
|
|
||||||
override val name = "999Hentai"
|
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
|
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?://.*")
|
private val urlRegex = Regex("^https?://.*")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user