Update YomoviesProvider.kt

Website url updated from "yomovies.town" to "yomovies.stream"
This commit is contained in:
ryan4021 2024-03-18 21:53:29 +05:30 committed by GitHub
parent d540c0702c
commit 0864dcdc5b
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