Merge pull request #37 from OshekharO/patch-1

This commit is contained in:
Deepak Patil 2023-02-06 22:21:33 +05:30 committed by GitHub
commit fee129c1ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version = 5
version = 6
cloudstream {
@ -21,5 +21,5 @@ cloudstream {
"Movie",
)
iconUrl = "https://www.google.com/s2/favicons?domain=prmovies.rest&sz=%size%"
iconUrl = "https://www.google.com/s2/favicons?domain=prmovies.bio&sz=%size%"
}

View File

@ -11,7 +11,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor
import org.jsoup.nodes.Element
class PrmoviesProvider : MainAPI() { // all providers must be an instance of MainAPI
override var mainUrl = "https://prmovies.rest"
override var mainUrl = "https://prmovies.bio"
override var name = "Prmovies"
override val hasMainPage = true
override var lang = "hi"