fix workflow and update domains (#613)

* update domains 💀

* fix workflows and update nicehttp
This commit is contained in:
IndusAryan 2024-02-25 02:07:00 +05:30 committed by GitHub
parent 29e26b4a1b
commit 179b268bce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 27
version = 28
cloudstream {

View file

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