From 47fc2569758c6dd699d44a0c84154d2e88fc7cfc Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 9 Jul 2023 02:20:33 +0700 Subject: [PATCH] fix Gomunimeis --- Gomunimeis/build.gradle.kts | 2 +- Gomunimeis/src/main/kotlin/com/hexated/Gomunimeis.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gomunimeis/build.gradle.kts b/Gomunimeis/build.gradle.kts index 5c6d720f..76ef54dd 100644 --- a/Gomunimeis/build.gradle.kts +++ b/Gomunimeis/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 5 +version = 6 cloudstream { diff --git a/Gomunimeis/src/main/kotlin/com/hexated/Gomunimeis.kt b/Gomunimeis/src/main/kotlin/com/hexated/Gomunimeis.kt index 43e8616e..afcfa844 100644 --- a/Gomunimeis/src/main/kotlin/com/hexated/Gomunimeis.kt +++ b/Gomunimeis/src/main/kotlin/com/hexated/Gomunimeis.kt @@ -129,7 +129,7 @@ class Gomunimeis : MainAPI() { .let { id -> app.get("https://gomunimes.com/stream?id=$id") .parsedSafe()?.server?.streamsb?.link?.let { link -> - loadExtractor(link, "https://vidgomunime.xyz/", subtitleCallback, callback) + loadExtractor(link.replace("vidgomunimesb.xyz", "watchsb.com"), mainUrl, subtitleCallback, callback) } }