mirror of
https://github.com/TeamPiped/documentation.git
synced 2024-08-14 23:50:09 +00:00
Add uploaderVerified info to Streams API.
This commit is contained in:
parent
817f43ebaa
commit
46e6fd51aa
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ Response:
|
||||||
"uploadedDate": "2021-01-01", // The date the video was uploaded
|
"uploadedDate": "2021-01-01", // The date the video was uploaded
|
||||||
"uploader": "", // The name of the channel of the video
|
"uploader": "", // The name of the channel of the video
|
||||||
"uploaderUrl": "/channel/...", // The URL of the channel of the video
|
"uploaderUrl": "/channel/...", // The URL of the channel of the video
|
||||||
|
"uploaderVerified": true, // Whether or not the channel of the video is verified
|
||||||
"videoStreams": [
|
"videoStreams": [
|
||||||
{
|
{
|
||||||
"bitrate": 0, // The bitrate of the video stream in bytes
|
"bitrate": 0, // The bitrate of the video stream in bytes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue