update: mvrlz, hdm2, vega, dot, yo (#560)

* change domain

* update some domains

* forgot yo 💀

* update uhd and oplovers 💀
This commit is contained in:
IndusAryan 2024-01-30 20:18:29 +05:30 committed by GitHub
parent 38416c118c
commit 08ecc642c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 14 additions and 27 deletions

View file

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 26
version = 27
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.boo"
override var mainUrl = "https://yomovies.fit"
private var directUrl = ""
override var name = "Yomovies"
override val hasMainPage = true