Update PrmoviesProvider.kt

This commit is contained in:
Saksham Shekher 2022-10-10 06:41:58 +05:30 committed by GitHub
parent 6bfff101ca
commit 45d37ea7bf
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.homes"
override var mainUrl = "https://prmovies.tel"
override var name = "Prmovies"
override val hasMainPage = true
override var lang = "hi"