Cloudstream
Toggle table of contents
common
Platform filter
common
Switch theme
Cloudstream
Library
/
com.lagradost.cloudstream3.utils
/
ShortLink
/
ShortUrl
Short
Url
common
data
class
ShortUrl
(
val
regex
:
Regex
,
val
type
:
String
,
val
function
:
suspend
(
String
)
->
String
)
(
source
)
Members
Constructors
Short
Url
Link copied to clipboard
common
constructor
(
regex
:
String
,
type
:
String
,
function
:
suspend
(
String
)
->
String
)
constructor
(
regex
:
Regex
,
type
:
String
,
function
:
suspend
(
String
)
->
String
)
Properties
function
Link copied to clipboard
common
val
function
:
suspend
(
String
)
->
String
regex
Link copied to clipboard
common
val
regex
:
Regex
type
Link copied to clipboard
common
val
type
:
String