update: few domains and kgp (#434)

* Update SoraStream.kt

* Update build.gradle.kts

* Update YomoviesProvider.kt

* Update Watchomovies.kt

* Update build.gradle.kts

* Update Hdmovie2.kt

* Update build.gradle.kts

* Update kotlin monorepo

* fix grammar

* Update Moviehab.kt

* Update build.gradle.kts
This commit is contained in:
IndusAryan 2023-12-09 01:32:29 +05:30 committed by GitHub
parent bb7e0e41c2
commit 21947a3b1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 13 additions and 13 deletions

View file

@ -1,12 +1,12 @@
// use an integer for version numbers
version = 24
version = 25
cloudstream {
language = "hi"
// All of these properties are optional, you can safely remove them
description = "Include: Watchomovies"
description = "Includes: Watchomovies(NS*W), Max resolution is 720p in both extensions."
authors = listOf("Hexated")
/**

View file

@ -5,7 +5,7 @@ import com.lagradost.cloudstream3.TvType
import com.lagradost.cloudstream3.mainPageOf
class Watchomovies : YomoviesProvider() {
override var mainUrl = "https://watchomovies.beauty"
override var mainUrl = "https://watchomovies.lat"
override var name = "Watchomovies"
override var lang = "en"
override val supportedTypes = setOf(

View file

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