fix build

This commit is contained in:
hexated 2023-05-03 02:45:23 +07:00
parent 51556f94b6
commit 34aae5c115
10 changed files with 335 additions and 71 deletions

View file

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