mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
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:
parent
bb7e0e41c2
commit
21947a3b1d
10 changed files with 13 additions and 13 deletions
|
@ -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")
|
||||
|
||||
/**
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue