Skip to content

Commit

Permalink
update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
olivia committed Jan 25, 2024
1 parent d039139 commit 9130622
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OploverzProvider/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// use an integer for version numbers
version = 27
version = 28


cloudstream {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import com.lagradost.cloudstream3.utils.*
import org.jsoup.nodes.Element

class OploverzProvider : MainAPI() {
override var mainUrl = "https://oploverz.cool"
override var mainUrl = "https://oploverz.bio"
override var name = "Oploverz"
override val hasMainPage = true
override var lang = "id"
Expand Down
2 changes: 1 addition & 1 deletion RebahinProvider/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// use an integer for version numbers
version = 8
version = 9


cloudstream {
Expand Down
2 changes: 1 addition & 1 deletion RebahinProvider/src/main/kotlin/com/hexated/Cgvindo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.hexated
import com.lagradost.cloudstream3.TvType

class Cgvindo : RebahinProvider() {
override var mainUrl = "http://198.54.124.245"
override var mainUrl = "http://cgvindo.lol"
override var name = "Cgvindo"

}

0 comments on commit 9130622

Please sign in to comment.