Remove filename

This commit is contained in:
LagradOst 2022-09-10 12:03:03 +00:00 committed by GitHub
parent 5208f5d0b8
commit 9d90967115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
}
}