From d09e2af4dfdc8793bfa1434d1f211e36f4380300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Slab=C3=BD?= <76100262+jakubslaby09@users.noreply.github.com> Date: Sun, 11 Feb 2024 14:50:06 +0100 Subject: [PATCH] Fix a few commas in JSON responses --- content/docs/api-documentation/index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/docs/api-documentation/index.md b/content/docs/api-documentation/index.md index 35296cd..6f3c0f1 100644 --- a/content/docs/api-documentation/index.md +++ b/content/docs/api-documentation/index.md @@ -96,7 +96,7 @@ Response: "mimeType": "video/mp4", // The mime type of the video stream "quality": "720p", // The quality of the video stream "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 } ], // 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 "uploaderUrl": "/channel/...", // The URL of the channel of the trending video "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 } ] // 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 "uploaderUrl": "/channel/...", // The URL of the channel "uploaderVerified": true, // Whether or not the channel is verified - "url": "/watch?v=..." // The URL of the channel's video - "views": 0, // The number of views the channel's video has + "url": "/watch?v=...", // The URL of the channel's video + "views": 0 // The number of views the channel's video has } ] // 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 "uploaderUrl": "/channel/...", // The URL of the channel of the playlist's video "uploaderVerified": true, // Whether or not the playlist is verified - "url": "/watch?v=..." // The URL of the playlist's video - "views": 0, // The number of views the playlist's video has + "url": "/watch?v=...", // The URL of the playlist's video + "views": 0 // The number of views the playlist's video has } ], // A list of videos from 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 "uploaderUrl": "/channel/...", // The URL of the channel of the playlist's video "uploaderVerified": true, // Whether or not the playlist is verified - "url": "/watch?v=..." // The URL of the playlist's video - "views": 0, // The number of views the playlist's video has + "url": "/watch?v=...", // The URL of the playlist's video + "views": 0 // The number of views the playlist's video has } ] // A list of videos from the playlist }