forked from recloudstream/cloudstream
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b3cbedcd3a
3 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ It merely scrapes 3rd-party websites that are publicly accessable via any regula
|
||||||
- [vidembed.cc](https://vidembed.cc)
|
- [vidembed.cc](https://vidembed.cc)
|
||||||
- [vf-film.me](https://vf-film.me)
|
- [vf-film.me](https://vf-film.me)
|
||||||
- [vf-serie.org](https://vf-serie.org)
|
- [vf-serie.org](https://vf-serie.org)
|
||||||
- [asianload.cc](https://asianload.cc)
|
- [asianembed.io](https://asianembed.io)
|
||||||
- [sflix.to](https://sflix.to)
|
- [sflix.to](https://sflix.to)
|
||||||
- [zoro.to](https://zoro.to)
|
- [zoro.to](https://zoro.to)
|
||||||
- [asiaflix.app](https://asiaflix.app)
|
- [asiaflix.app](https://asiaflix.app)
|
||||||
|
|
|
@ -10,7 +10,7 @@ class AsianLoad : ExtractorApi() {
|
||||||
override val name: String
|
override val name: String
|
||||||
get() = "AsianLoad"
|
get() = "AsianLoad"
|
||||||
override val mainUrl: String
|
override val mainUrl: String
|
||||||
get() = "https://asianload1.com"
|
get() = "https://asianembed.io"
|
||||||
override val requiresReferer: Boolean
|
override val requiresReferer: Boolean
|
||||||
get() = true
|
get() = true
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ class AsianLoadProvider : VidstreamProviderTemplate() {
|
||||||
get() = "AsianLoad"
|
get() = "AsianLoad"
|
||||||
|
|
||||||
override val mainUrl: String
|
override val mainUrl: String
|
||||||
get() = "https://asianload.cc"
|
get() = "https://asianembed.io"
|
||||||
|
|
||||||
override val homePageUrlList = listOf(
|
override val homePageUrlList = listOf(
|
||||||
mainUrl,
|
mainUrl,
|
||||||
|
|
Loading…
Reference in a new issue