mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
mf popped up with a new domain
This commit is contained in:
parent
2061b4c55c
commit
d98f0786e5
1 changed files with 2 additions and 2 deletions
|
@ -125,8 +125,8 @@ class NineGoal : MainAPI() {
|
|||
}
|
||||
}
|
||||
val language = it.name?.replace(""" \(.*""".toRegex(), "") ?: ""
|
||||
val brokenDomain = "canyou.letmestreamyou.net"
|
||||
if(it.url.toString().startsWith("https://$brokenDomain")) {
|
||||
val brokenDomain = "letmestreamyou.net"
|
||||
if(it.url.toString().contains(brokenDomain)) {
|
||||
mapOf(
|
||||
"Domain ( 1 )" to "playing.smoothlikebutterstream.com",
|
||||
"Domain ( 2 )" to "playing.tunnelcdnsw.net",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue