mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Update export.js
This commit is contained in:
parent
6a96f23040
commit
a7b02697ab
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue