From 29c528970d791c6124168d4e39e8e2fd74eeabfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sun, 5 May 2024 00:13:58 +0200 Subject: [PATCH] =?UTF-8?q?fix(api)=20=F0=9F=8F=B7=EF=B8=8F=20Add=20missin?= =?UTF-8?q?g=20properties=20to=20/videos=20API=20endpoint=20(#551)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit – type – storyboards – isPostLiveDvr – dashUrl --- docs/api.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/api.md b/docs/api.md index aab2d56..496fb2b 100644 --- a/docs/api.md +++ b/docs/api.md @@ -37,6 +37,7 @@ All endpoints that return a JSON body support `&hl=LANGUAGE` for translating fie ```javascript { + "type": String, // "video"|"published" "title": String, "videoId": String, "videoThumbnails": [ @@ -47,6 +48,19 @@ All endpoints that return a JSON body support `&hl=LANGUAGE` for translating fie "height": Int32 } ], + "storyboards": [ + { + "url": String, + "templateUrl": String, + "width": Int32, + "height": Int32, + "count": Int32, + "interval ": Int32, + "storyboardWidth": Int32, + "storyboardHeight": Int32, + "storyboardCount": Int32 + } + ], "description": String, "descriptionHtml": String, @@ -82,7 +96,9 @@ All endpoints that return a JSON body support `&hl=LANGUAGE` for translating fie "rating": Float32, "isListed": Bool, "liveNow": Bool, + "isPostLiveDvr": Bool, "isUpcoming": Bool, + "dashUrl:" String, "premiereTimestamp": Int64?, "hlsUrl": String?,