mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update Hxfile.kt
Some of the old url fix
This commit is contained in:
parent
d19f2b822f
commit
6069537dbe
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ import com.lagradost.cloudstream3.utils.AppUtils.tryParseJson
|
|||
|
||||
class Neonime7n : Hxfile() {
|
||||
override val name = "Neonime7n"
|
||||
override val mainUrl = "https://7njctn.neonime.watch"
|
||||
override val mainUrl = "https://neonime.fun/"
|
||||
override val redirect = false
|
||||
}
|
||||
|
||||
|
@ -19,7 +19,7 @@ class Neonime8n : Hxfile() {
|
|||
|
||||
class KotakAnimeid : Hxfile() {
|
||||
override val name = "KotakAnimeid"
|
||||
override val mainUrl = "https://kotakanimeid.com"
|
||||
override val mainUrl = "https://nontonanimeid.bio/"
|
||||
override val requiresReferer = true
|
||||
}
|
||||
|
||||
|
@ -97,4 +97,4 @@ open class Hxfile : ExtractorApi() {
|
|||
@JsonProperty("label") val label: String?
|
||||
)
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue