mirror of
https://github.com/iv-org/documentation.git
synced 2024-11-23 05:49:42 +00:00
Update search api docs (#338)
This commit is contained in:
parent
dca939835c
commit
0c97b2e7bb
@ -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")
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user