mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
fixes mainUrl for EntrePeliculasyseriesProvider (#78)
This commit is contained in:
parent
903a8bb08b
commit
9f160661c6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue