This commit is contained in:
ryan4021 2024-03-18 16:24:18 +00:00 committed by GitHub
commit 8be23ee58c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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