toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
M3u8Helper
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
generate
M3u8
Link copied to clipboard
suspend
fun
generateM3u8
(
source
:
String
,
streamUrl
:
String
,
referer
:
String
,
quality
:
Int
?
=
null
,
headers
:
Map
<
String
,
String
>
=
mapOf()
,
name
:
String
=
source
)
:
List
<
ExtractorLink
>