Update PrmoviesProvider.kt

This commit is contained in:
Saksham Shekher 2023-02-05 20:17:37 +05:30 committed by GitHub
parent e83cf5b9bc
commit 4f4eaae87f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"