Update YomoviesProvider.kt

This commit is contained in:
Nexus 2023-08-13 18:08:12 +05:30 committed by GitHub
parent 8a61d0891e
commit 4f77e567a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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