fix(prmovies): update domain (#30)

This commit is contained in:
Deepak Patil 2023-01-10 20:22:00 +05:30
parent ce7c99d106
commit 6fb6d0feb6
No known key found for this signature in database
GPG Key ID: 72C2703D0D120C3D
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version = 3
version = 4
cloudstream {
@ -21,5 +21,5 @@ cloudstream {
"Movie",
)
iconUrl = "https://www.google.com/s2/favicons?domain=prmovies.homes&sz=%size%"
iconUrl = "https://www.google.com/s2/favicons?domain=prmovies.gay&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.space"
override var mainUrl = "https://prmovies.gay"
override var name = "Prmovies"
override val hasMainPage = true
override var lang = "hi"