Fix a few commas in JSON responses

This commit is contained in:
Jakub Slabý 2024-02-11 14:50:06 +01:00 committed by GitHub
parent 0ce73f74e0
commit d09e2af4df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,7 +96,7 @@ Response:
"mimeType": "video/mp4", // The mime type of the video stream "mimeType": "video/mp4", // The mime type of the video stream
"quality": "720p", // The quality of the video stream "quality": "720p", // The quality of the video stream
"url": "https://pipedproxy-bom.kavin.rocks/videoplayback?...", // The stream's URL "url": "https://pipedproxy-bom.kavin.rocks/videoplayback?...", // The stream's URL
"videoOnly": false // Whether or not the stream is video only "videoOnly": false, // Whether or not the stream is video only
"width": 1280 // The width of the video stream "width": 1280 // The width of the video stream
} }
], // The video streams of the video ], // The video streams of the video
@ -183,7 +183,7 @@ Response:
"uploaderAvatar": "https://pipedproxy-bom.kavin.rocks/...", // The avatar of the channel of the trending video "uploaderAvatar": "https://pipedproxy-bom.kavin.rocks/...", // The avatar of the channel of the trending video
"uploaderUrl": "/channel/...", // The URL of the channel of the trending video "uploaderUrl": "/channel/...", // The URL of the channel of the trending video
"uploaderVerified": true, // Whether or not the channel of the trending video is verified "uploaderVerified": true, // Whether or not the channel of the trending video is verified
"url": "/watch?v=..." // The URL of the trending video "url": "/watch?v=...", // The URL of the trending video
"views": 0 // The number of views the trending video has "views": 0 // The number of views the trending video has
} }
] // A list of trending videos ] // A list of trending videos
@ -256,8 +256,8 @@ Response:
"uploaderAvatar": "https://pipedproxy-bom.kavin.rocks/...", // The avatar of the channel of the channel's video "uploaderAvatar": "https://pipedproxy-bom.kavin.rocks/...", // The avatar of the channel of the channel's video
"uploaderUrl": "/channel/...", // The URL of the channel "uploaderUrl": "/channel/...", // The URL of the channel
"uploaderVerified": true, // Whether or not the channel is verified "uploaderVerified": true, // Whether or not the channel is verified
"url": "/watch?v=..." // The URL of the channel's video "url": "/watch?v=...", // The URL of the channel's video
"views": 0, // The number of views the channel's video has "views": 0 // The number of views the channel's video has
} }
] // A list of videos from the channel ] // A list of videos from the channel
} }
@ -285,8 +285,8 @@ Response:
"uploaderAvatar": "https://pipedproxy-bom.kavin.rocks/...", // The avatar of the channel of the playlist's video "uploaderAvatar": "https://pipedproxy-bom.kavin.rocks/...", // The avatar of the channel of the playlist's video
"uploaderUrl": "/channel/...", // The URL of the channel of the playlist's video "uploaderUrl": "/channel/...", // The URL of the channel of the playlist's video
"uploaderVerified": true, // Whether or not the playlist is verified "uploaderVerified": true, // Whether or not the playlist is verified
"url": "/watch?v=..." // The URL of the playlist's video "url": "/watch?v=...", // The URL of the playlist's video
"views": 0, // The number of views the playlist's video has "views": 0 // The number of views the playlist's video has
} }
], // A list of videos from the playlist ], // A list of videos from the playlist
"thumbnailUrl": "https://pipedproxy-bom.kavin.rocks/...", // The thumbnail of the playlist "thumbnailUrl": "https://pipedproxy-bom.kavin.rocks/...", // The thumbnail of the playlist
@ -318,8 +318,8 @@ Response:
"uploaderAvatar": "https://pipedproxy-bom.kavin.rocks/...", // The avatar of the channel of the playlist's video "uploaderAvatar": "https://pipedproxy-bom.kavin.rocks/...", // The avatar of the channel of the playlist's video
"uploaderUrl": "/channel/...", // The URL of the channel of the playlist's video "uploaderUrl": "/channel/...", // The URL of the channel of the playlist's video
"uploaderVerified": true, // Whether or not the playlist is verified "uploaderVerified": true, // Whether or not the playlist is verified
"url": "/watch?v=..." // The URL of the playlist's video "url": "/watch?v=...", // The URL of the playlist's video
"views": 0, // The number of views the playlist's video has "views": 0 // The number of views the playlist's video has
} }
] // A list of videos from the playlist ] // A list of videos from the playlist
} }