mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update Vidplay.kt
This commit is contained in:
parent
d30fe2aa52
commit
bbaa097608
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ class MyCloud : Vidplay() {
|
|||
override val mainUrl = "https://mcloud.bz"
|
||||
}
|
||||
|
||||
class MegaF : Vidplay() {
|
||||
override val name = "MegaF"
|
||||
override val mainUrl = "https://megaf.cc"
|
||||
}
|
||||
|
||||
class VidplayOnline : Vidplay() {
|
||||
override val mainUrl = "https://vidplay.online"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue