mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
changed daddyhd domain
This commit is contained in:
parent
b8b87dea74
commit
89a619929b
4 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 15
|
||||
version = 16
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -19,7 +19,7 @@ open class TimefourTv : MainAPI() {
|
|||
)
|
||||
|
||||
companion object {
|
||||
const val daddyUrl = "https://d.daddylivehd.sx"
|
||||
const val daddyUrl = "https://daddylivehd.com"
|
||||
val daddyHost: String = daddyUrl.getHost()
|
||||
private fun String.getHost(): String {
|
||||
return URI(this).host.substringBeforeLast(".").substringAfterLast(".")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue