mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update YomoviesProvider.kt
This commit is contained in:
parent
9b9a525436
commit
edfbab91ce
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import org.jsoup.nodes.Element
|
|||
import java.net.URI
|
||||
|
||||
class YomoviesProvider : MainAPI() {
|
||||
override var mainUrl = "https://yomovies.run"
|
||||
override var mainUrl = "https://yomovies.kim"
|
||||
private var directUrl = mainUrl
|
||||
override var name = "Yomovies"
|
||||
override val hasMainPage = true
|
||||
|
|
Loading…
Reference in a new issue