diff --git a/SuperStream/src/main/kotlin/com/lagradost/SuperStream.kt b/SuperStream/src/main/kotlin/com/lagradost/SuperStream.kt index 8cbac8b..25295f5 100644 --- a/SuperStream/src/main/kotlin/com/lagradost/SuperStream.kt +++ b/SuperStream/src/main/kotlin/com/lagradost/SuperStream.kt @@ -628,7 +628,7 @@ class SuperStream : MainAPI() { return ExtractorLink( this@SuperStream.name, - "${this.filename ?: ""} ${this.size ?: ""}".trim(), + this.size ?: "", this.path.replace("\\/", ""), "", getQualityFromName(this.quality), @@ -676,4 +676,4 @@ class SuperStream : MainAPI() { return true } -} \ No newline at end of file +}