reformat code

This commit is contained in:
LiJu09 2023-01-26 22:20:59 +01:00
parent e375da6365
commit 8659300063
No known key found for this signature in database
GPG key ID: EECD727AC71F45F4

View file

@ -17,13 +17,15 @@ open class ByteShare : ExtractorApi() {
.substringAfter("sources: [").substringBefore("]")
.replace(" ", "")
.substringAfter("src:\"").substringBefore("\",")
sources.add(ExtractorLink(
sources.add(
ExtractorLink(
name,
name,
data,
"",
Qualities.Unknown.value
))
)
)
}
}
}