Update StreamingcommunityProvider.kt

This commit is contained in:
Fixer 2022-10-06 15:23:44 +02:00 committed by GitHub
parent 22db5f73d1
commit f4bbe6a20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ class StreamingcommunityProvider : MainAPI() {
val token = tre.replace("=", "").replace("+", "-").replace("/", "_")
val link = "https://scws.xyz/master/$scwsid?token=$token&expires=$expire&n=1&n=1"
val link = "https://scws.work/master/$scwsid?token=$token&expires=$expire&n=1&n=1"
getM3u8Qualities(link, data, URI(link).host).forEach(callback)
return true
}