diff --git a/app/src/main/java/com/lagradost/cloudstream3/extractors/Streamoupload.kt b/app/src/main/java/com/lagradost/cloudstream3/extractors/StreamoUpload.kt similarity index 97% rename from app/src/main/java/com/lagradost/cloudstream3/extractors/Streamoupload.kt rename to app/src/main/java/com/lagradost/cloudstream3/extractors/StreamoUpload.kt index 9a5d9e2e..6dae2eff 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/extractors/Streamoupload.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/extractors/StreamoUpload.kt @@ -7,7 +7,7 @@ import com.lagradost.cloudstream3.utils.ExtractorApi import com.lagradost.cloudstream3.utils.ExtractorLink import com.lagradost.cloudstream3.utils.M3u8Helper -class StreamoUpload : StreamoUpload() { +class StreamoUpload1 : StreamoUpload() { override val mainUrl = "https://streamoupload.xyz" }