This commit is contained in:
Nexus 2023-08-13 13:00:39 +00:00 committed by GitHub
commit ccd20d196a
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