forked from recloudstream/cloudstream
Merge branch 'master' of https://github.com/LagradOst/CloudStream-3
This commit is contained in:
commit
d323092f11
2 changed files with 4 additions and 4 deletions
|
@ -63,7 +63,7 @@ It merely scrapes 3rd-party websites that are publicly accessable via any regula
|
||||||
- [wcostream.com](https://www.wcostream.com)
|
- [wcostream.com](https://www.wcostream.com)
|
||||||
- [allmoviesforyou.co](https://allmoviesforyou.co)
|
- [allmoviesforyou.co](https://allmoviesforyou.co)
|
||||||
- [vidembed.cc](https://vidembed.cc)
|
- [vidembed.cc](https://vidembed.cc)
|
||||||
- [vf-film.org](https://vf-film.org)
|
- [vf-film.me](https://vf-film.me)
|
||||||
- [asianload.cc](https://asianload.cc)
|
- [asianload.cc](https://asianload.cc)
|
||||||
- [sflix.to](https://sflix.to)
|
- [sflix.to](https://sflix.to)
|
||||||
- [zoro.to](https://zoro.to)
|
- [zoro.to](https://zoro.to)
|
||||||
|
|
|
@ -10,9 +10,9 @@ import org.jsoup.Jsoup
|
||||||
// referer = https://vf-film.org, USERAGENT ALSO REQUIRED
|
// referer = https://vf-film.org, USERAGENT ALSO REQUIRED
|
||||||
class VfFilmProvider : MainAPI() {
|
class VfFilmProvider : MainAPI() {
|
||||||
override val mainUrl: String
|
override val mainUrl: String
|
||||||
get() = "https://vf-film.org"
|
get() = "https://vf-film.me"
|
||||||
override val name: String
|
override val name: String
|
||||||
get() = "vf-film.org"
|
get() = "vf-film.me"
|
||||||
|
|
||||||
override val lang: String = "fr"
|
override val lang: String = "fr"
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ class VfFilmProvider : MainAPI() {
|
||||||
val i = numberPlayer.toString()
|
val i = numberPlayer.toString()
|
||||||
val trid = Regex("iframe .*trid=(.*?)&").find(document.html())?.groupValues?.get(1)
|
val trid = Regex("iframe .*trid=(.*?)&").find(document.html())?.groupValues?.get(1)
|
||||||
|
|
||||||
val data = getDirect("https://vf-film.org/?trembed=$i&trid=$trid&trtype=1")
|
val data = getDirect("https://vf-film.me/?trembed=$i&trid=$trid&trtype=1")
|
||||||
|
|
||||||
|
|
||||||
return MovieLoadResponse(
|
return MovieLoadResponse(
|
||||||
|
|
Loading…
Reference in a new issue