Skip to content

Commit

Permalink
update: Yomovies domain (#266)
Browse files Browse the repository at this point in the history
* Update YomoviesProvider.kt

* Update build.gradle.kts
  • Loading branch information
IndusAryan authored Sep 11, 2023
1 parent 2dd73dd commit d3aed5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion YomoviesProvider/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// use an integer for version numbers
version = 17
version = 18


cloudstream {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.jsoup.nodes.Element
import java.net.URI

open class YomoviesProvider : MainAPI() {
override var mainUrl = "https://yomovies.fan"
override var mainUrl = "https://yomovies.cheap"
private var directUrl = ""
override var name = "Yomovies"
override val hasMainPage = true
Expand Down

0 comments on commit d3aed5c

Please sign in to comment.