Update YomoviesProvider.kt

This commit is contained in:
Saksham Shekher 2023-01-07 19:08:03 +05:30 committed by GitHub
parent 9b9a525436
commit edfbab91ce
1 changed files with 1 additions and 1 deletions

View File

@ -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