update domains 💀

This commit is contained in:
IndusAryan 2024-02-24 15:32:13 +05:30
parent 29e26b4a1b
commit ff78487f88
6 changed files with 8 additions and 9 deletions

View File

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 62
version = 63
cloudstream {

View File

@ -12,7 +12,7 @@ import org.jsoup.Jsoup
class Hdmovie2 : Movierulzhd() {
override var mainUrl = "https://hdmovie2.mba"
override var mainUrl = "https://hdmovie2.tax"
override var name = "Hdmovie2"
override val mainPage = mainPageOf(
"trending" to "Trending",

View File

@ -1,7 +1,7 @@
import org.jetbrains.kotlin.konan.properties.Properties
// use an integer for version numbers
version = 224
version = 225
android {
defaultConfig {

View File

@ -118,12 +118,11 @@ open class SoraStream : TmdbProvider() {
const val moviefictionAPI = "https://moviefiction.com"
const val zoechipAPI = "https://zoechip.org"
const val nepuAPI = "https://nepu.to"
const val fdMoviesAPI = "https://freedrivemovie.com"
const val uhdmoviesAPI = "https://uhdmovies.us"
const val uhdmoviesAPI = "https://uhdmovies.asia"
const val hdmovies4uAPI = "https://hdmovies4u.day"
const val vegaMoviesAPI = "https://vegamovies.ngo"
const val dotmoviesAPI = "https://dotmovies.dad"
const val vegaMoviesAPI = "https://vegamovies.ong"
const val dotmoviesAPI = "https://dotmovies.one"
const val tvMoviesAPI = "https://www.tvseriesnmovies.com"
const val dahmerMoviesAPI = "https://odd-bird-1319.zwuhygoaqe.workers.dev"

View File

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 27
version = 28
cloudstream {

View File

@ -10,7 +10,7 @@ import org.jsoup.nodes.Element
import java.net.URI
open class YomoviesProvider : MainAPI() {
override var mainUrl = "https://yomovies.fit"
override var mainUrl = "https://yomovies.town"
private var directUrl = ""
override var name = "Yomovies"
override val hasMainPage = true