Update Provider URL (Gogoanime, WatchAsian) (#1171)

* Update providers.json

* Update url for gogoanime and watchasian

* Update providers.json

* Update watchasian url

* Update WatchAsianProvider.kt

* Update mainUrl for watchasian
This commit is contained in:
Bharathi 2022-06-14 13:09:49 +02:00 committed by GitHub
parent 24e858d60c
commit cde4dc1c5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@ import com.lagradost.cloudstream3.utils.ExtractorLink
import com.lagradost.cloudstream3.utils.loadExtractor
class WatchAsianProvider : MainAPI() {
override var mainUrl = "https://watchasian.sh"
override var mainUrl = "https://watchasian.cx"
override var name = "WatchAsian"
override val hasQuickSearch = false
override val hasMainPage = true
@ -244,4 +244,4 @@ class WatchAsianProvider : MainAPI() {
fixUrlNull(it?.attr("data-video")) ?: return@mapNotNull null
}?.toJson() ?: ""
}
}
}