Skip to content

Commit

Permalink
update domain (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndusAryan authored Mar 11, 2024
1 parent 8ef4d06 commit d540c07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Movierulzhd/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// use an integer for version numbers
version = 64
version = 65


cloudstream {
Expand Down
2 changes: 1 addition & 1 deletion Movierulzhd/src/main/kotlin/com/hexated/Hdmovie2.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.jsoup.Jsoup

class Hdmovie2 : Movierulzhd() {

override var mainUrl = "https://hdmovie2.tax"
override var mainUrl = "https://hdmovie2.chat"
override var name = "Hdmovie2"
override val mainPage = mainPageOf(
"trending" to "Trending",
Expand Down
2 changes: 1 addition & 1 deletion SoraStream/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.konan.properties.Properties

// use an integer for version numbers
version = 227
version = 228

android {
defaultConfig {
Expand Down
3 changes: 1 addition & 2 deletions SoraStream/src/main/kotlin/com/hexated/SoraStream.kt
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,11 @@ open class SoraStream : TmdbProvider() {
const val moflixAPI = "https://moflix-stream.xyz"
const val zoechipAPI = "https://zoechip.org"
const val nepuAPI = "https://nepu.to"

const val fdMoviesAPI = "https://freedrivemovie.com"
const val uhdmoviesAPI = "https://uhdmovies.asia"
const val hdmovies4uAPI = "https://hdmovies4u.day"
const val vegaMoviesAPI = "https://vegamovies.ong"
const val dotmoviesAPI = "https://dotmovies.one"
const val dotmoviesAPI = "https://luxmovies.biz"
const val tvMoviesAPI = "https://www.tvseriesnmovies.com"
const val dahmerMoviesAPI = "https://odd-bird-1319.zwuhygoaqe.workers.dev"

Expand Down

0 comments on commit d540c07

Please sign in to comment.