mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
reformat code
This commit is contained in:
parent
e375da6365
commit
8659300063
1 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
))
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue