mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
FIX
This commit is contained in:
parent
7f7797a8b8
commit
1576e77be1
1 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@ open class StreamoUpload : ExtractorApi() {
|
||||||
val subData =
|
val subData =
|
||||||
getAndUnpack(script.data()).substringAfter("sources: [")
|
getAndUnpack(script.data()).substringAfter("sources: [")
|
||||||
.substringBefore("],").replace("file", "\"file\"").trim()
|
.substringBefore("],").replace("file", "\"file\"").trim()
|
||||||
tryParseJson<File>(data)?.let {
|
tryParseJson<File>(subData)?.let {
|
||||||
M3u8Helper.generateM3u8(
|
M3u8Helper.generateM3u8(
|
||||||
name,
|
name,
|
||||||
it.file,
|
it.file,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue