Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchVideoOptions

Hierarchy

  • SearchVideoOptions

Index

Properties

lang?: string[]

Languages of video to get

example

['en', 'ja']

limit?: number

Limit the results to a certain number

example

20

offset?: number

Offset the results

default

0

example

10

org?: string[]

Return videos only form a certain organization

example

['hololive']

default

[]

paginated?: boolean

Return the results as an array and give a total property.

default

false

example

true

sort?: "oldest" | "newest"

How to search the results

default

newest

topic?: string[]

Return video that are about the given topic

example

['apex', 'singing']

type?: VideoType

The type if videos to get

default

all

see

{VideoType}

vch?: string[]

Videos with all of the specified channel ids. If two or more channel IDs are specified, will only return their collabs, or if one channel is a clipper, it will only show clips of the other vtubers made by this clipper.

Generated using TypeDoc