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
|
@ -15,15 +15,17 @@ open class ByteShare : ExtractorApi() {
|
|||
if (script.data().contains("'use strict';")) {
|
||||
val data = script.data()
|
||||
.substringAfter("sources: [").substringBefore("]")
|
||||
.replace(" ","")
|
||||
.replace(" ", "")
|
||||
.substringAfter("src:\"").substringBefore("\",")
|
||||
sources.add(ExtractorLink(
|
||||
name,
|
||||
name,
|
||||
data,
|
||||
"",
|
||||
Qualities.Unknown.value
|
||||
))
|
||||
sources.add(
|
||||
ExtractorLink(
|
||||
name,
|
||||
name,
|
||||
data,
|
||||
"",
|
||||
Qualities.Unknown.value
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue