feat(Prmovies): update domain, (closes #31)

This commit is contained in:
Deepak Patil 2023-01-21 13:49:47 +05:30
parent 4e8ecf86fc
commit e83cf5b9bc
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 = 4
version = 5
cloudstream {
@ -21,5 +21,5 @@ cloudstream {
"Movie",
)
iconUrl = "https://www.google.com/s2/favicons?domain=prmovies.gay&sz=%size%"
iconUrl = "https://www.google.com/s2/favicons?domain=prmovies.rest&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.gay"
override var mainUrl = "https://prmovies.rest"
override var name = "Prmovies"
override val hasMainPage = true
override var lang = "hi"