Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlaylistJSON

Hierarchy

  • PlaylistJSON

Index

Properties

channel?: YouTubeChannel

YouTube Playlist channel data

id?: string

YouTube Playlist ID

lastUpdate?: string

Time when playlist was last updated

link?: string

YouTube Playlist url with starting video url.

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

YouTube Playlist thumbnail Data

Type declaration

  • height: undefined | number
  • url: undefined | string
  • width: undefined | number
title?: string

YouTube Playlist Name

url?: string

YouTube Playlist url

videoCount?: number

Total no of videos in that playlist

videos?: YouTubeVideo[]

first 100 videos in that playlist

views?: number

Total views of that playlist

Generated using TypeDoc