This commit is contained in:
Thorodinson1 2023-07-05 17:42:29 +05:30
commit b2beda3af2

View file

@ -13,7 +13,7 @@ class StreamoUpload : StreamoUpload() {
open class StreamoUpload : ExtractorApi() { open class StreamoUpload : ExtractorApi() {
override val name = "StreamoUpload" override val name = "StreamoUpload"
override val mainUrl = "https://streamoupload.xyz" override val mainUrl = "https://streamoupload.com"
override val requiresReferer = true override val requiresReferer = true
override suspend fun getUrl(url: String, referer: String?): List<ExtractorLink> { override suspend fun getUrl(url: String, referer: String?): List<ExtractorLink> {