mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
uy
This commit is contained in:
parent
19e5acd023
commit
8819f46769
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@ import org.jsoup.select.Elements
|
||||||
import java.util.regex.Matcher
|
import java.util.regex.Matcher
|
||||||
import java.util.regex.Pattern
|
import java.util.regex.Pattern
|
||||||
|
|
||||||
class StreamoUpload : StreamoUpload() {
|
class StreamoUpload1 : StreamoUpload() {
|
||||||
override val mainUrl = "https://streamoupload.xyz"
|
override val mainUrl = "https://streamoupload.xyz"
|
||||||
}
|
}
|
||||||
|
|
||||||
open class StreamoUpload1 : ExtractorApi(name = "StreamoUpload") {
|
open class StreamoUpload : ExtractorApi(name = "StreamoUpload") {
|
||||||
override val mainUrl = "https://streamoupload.xyz"
|
override val mainUrl = "https://streamoupload.xyz"
|
||||||
override val requiresReferer = true
|
override val requiresReferer = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue