mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
requested changes done
This commit is contained in:
parent
614974f362
commit
204de29cbd
2 changed files with 1 additions and 7 deletions
|
@ -8,11 +8,6 @@ import com.lagradost.cloudstream3.utils.ExtractorLink
|
||||||
import com.lagradost.cloudstream3.utils.getAndUnpack
|
import com.lagradost.cloudstream3.utils.getAndUnpack
|
||||||
import com.lagradost.cloudstream3.utils.Qualities
|
import com.lagradost.cloudstream3.utils.Qualities
|
||||||
import com.lagradost.cloudstream3.utils.M3u8Helper
|
import com.lagradost.cloudstream3.utils.M3u8Helper
|
||||||
import org.jsoup.select.Elements
|
|
||||||
|
|
||||||
class StreamoUpload1 : StreamoUpload() {
|
|
||||||
override val mainUrl = "https://streamoupload.xyz"
|
|
||||||
}
|
|
||||||
|
|
||||||
open class StreamoUpload : ExtractorApi() {
|
open class StreamoUpload : ExtractorApi() {
|
||||||
override val name = "StreamoUpload"
|
override val name = "StreamoUpload"
|
||||||
|
|
|
@ -400,7 +400,6 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
|
||||||
MoviehabNet(),
|
MoviehabNet(),
|
||||||
Jeniusplay(),
|
Jeniusplay(),
|
||||||
StreamoUpload(),
|
StreamoUpload(),
|
||||||
StreamoUpload1(),
|
|
||||||
|
|
||||||
Gdriveplayerapi(),
|
Gdriveplayerapi(),
|
||||||
Gdriveplayerapp(),
|
Gdriveplayerapp(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue