From f4bbe6a20e02b63688a5c88e48679559fba71ad9 Mon Sep 17 00:00:00 2001 From: Fixer Date: Thu, 6 Oct 2022 15:23:44 +0200 Subject: [PATCH] Update StreamingcommunityProvider.kt --- .../src/main/kotlin/com/lagradost/StreamingcommunityProvider.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StreamingcommunityProvider/src/main/kotlin/com/lagradost/StreamingcommunityProvider.kt b/StreamingcommunityProvider/src/main/kotlin/com/lagradost/StreamingcommunityProvider.kt index 5366bd4..bb31577 100644 --- a/StreamingcommunityProvider/src/main/kotlin/com/lagradost/StreamingcommunityProvider.kt +++ b/StreamingcommunityProvider/src/main/kotlin/com/lagradost/StreamingcommunityProvider.kt @@ -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 }