Update export.js
This commit is contained in:
parent
6a96f23040
commit
a7b02697ab
@ -12,12 +12,12 @@ async function main() {
|
|||||||
channel: stream.channel,
|
channel: stream.channel,
|
||||||
title: stream.title,
|
title: stream.title,
|
||||||
url: stream.url,
|
url: stream.url,
|
||||||
|
http_referrer: stream.http_referrer,
|
||||||
|
user_agent: stream.user_agent,
|
||||||
|
is_online: stream.is_online,
|
||||||
width: stream.width,
|
width: stream.width,
|
||||||
height: stream.height,
|
height: stream.height,
|
||||||
bitrate: stream.bitrate,
|
bitrate: stream.bitrate
|
||||||
is_online: stream.is_online,
|
|
||||||
http_referrer: stream.http_referrer,
|
|
||||||
user_agent: stream.user_agent
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user