mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fix Gomunimeis
This commit is contained in:
parent
8e68ba73e5
commit
47fc256975
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 5
|
||||
version = 6
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -129,7 +129,7 @@ class Gomunimeis : MainAPI() {
|
|||
.let { id ->
|
||||
app.get("https://gomunimes.com/stream?id=$id")
|
||||
.parsedSafe<Sources>()?.server?.streamsb?.link?.let { link ->
|
||||
loadExtractor(link, "https://vidgomunime.xyz/", subtitleCallback, callback)
|
||||
loadExtractor(link.replace("vidgomunimesb.xyz", "watchsb.com"), mainUrl, subtitleCallback, callback)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue