Add uploaderVerified info to Streams API.

This commit is contained in:
FireMasterK 2021-09-03 22:05:37 +05:30
parent 817f43ebaa
commit 46e6fd51aa
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -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