fixes mainUrl for EntrePeliculasyseriesProvider (#78)

This commit is contained in:
bryantnovas 2023-02-01 17:38:44 -05:00 committed by GitHub
parent 903a8bb08b
commit 9f160661c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import com.lagradost.cloudstream3.utils.ExtractorLink
import com.lagradost.cloudstream3.utils.loadExtractor
class EntrepeliculasyseriesProvider : MainAPI() {
override var mainUrl = "https://entrepeliculasyseries.nu"
override var mainUrl = "https://entrepeliculasyseries.nz"
override var name = "EntrePeliculasySeries"
override var lang = "es"
override val hasMainPage = true