Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VideoOptions

Hierarchy

  • VideoOptions

Index

Properties

Optional channel

channel?: YouTubeChannel

YouTube Video's uploader Channel Data

Optional description

description?: string

YouTube Video description.

dislikes

dislikes: number

YouTube Video's dislikes

durationInSec

durationInSec: number

YouTube Video Duration in seconds

durationRaw

durationRaw: string

YouTube Video Duration Formatted

Optional id

id?: string

YouTube Video ID

likes

likes: number

YouTube Video's likes

live

live: boolean

YouTube Video live status

private

private: boolean

YouTube Video private status

tags

tags: string[]

YouTube Video tags

Optional thumbnail

thumbnail?: { height: undefined | number; id: undefined | string; url: undefined | string; width: undefined | number }

YouTube Thumbnail Data

Type declaration

  • height: undefined | number
  • id: undefined | string
  • url: undefined | string
  • width: undefined | number

Optional title

title?: string

YouTube Video title

Optional uploadedAt

uploadedAt?: string

YouTube Video Uploaded Date

url

url: string

YouTube video url

views

views: number

YouTube Views

Generated using TypeDoc