From 0c97b2e7bbd7e796870be9d71c8b6d733d000144 Mon Sep 17 00:00:00 2001 From: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> Date: Sun, 5 Feb 2023 08:01:30 -0500 Subject: [PATCH] Update search api docs (#338) --- docs/api.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/api.md b/docs/api.md index d0406bb..12f3beb 100644 --- a/docs/api.md +++ b/docs/api.md @@ -550,9 +550,11 @@ q: String type: "playlist", title: String, playlistId: String, + playlistThumbnail: String, author: String, authorId: String, authorUrl: String, + authorVerified: Boolean, videoCount: Int32, videos: [ @@ -584,6 +586,7 @@ q: String height: Int32 } ], + autoGenerated: Bool subCount: Int32, videoCount: Int32, description: String, @@ -599,9 +602,9 @@ q: String page: Int32 sort_by: "relevance", "rating", "upload_date", "view_count" date: "hour", "today", "week", "month", "year" -duration: "short", "long" -type: "video", "playlist", "channel", "all", (default: video) -features: "hd", "subtitles", "creative_commons", "3d", "live", "purchased", "4k", "360", "location", "hdr" (comma separated: e.g. "&features=hd,subtitles,3d,live") +duration: "short", "long", "medium" +type: "video", "playlist", "channel", "movie", "show", "all", (default: all) +features: "hd", "subtitles", "creative_commons", "3d", "live", "purchased", "4k", "360", "location", "hdr", "vr180" (comma separated: e.g. "&features=hd,subtitles,3d,live") region: ISO 3166 country code (default: "US") ```