Skip to main content
Module

x/youtubei/deno.ts>YTNodes.PlaylistVideo

A wrapper around YouTube's internal API — reverse engineering InnerTube
Very Popular
Go to Latest
class YTNodes.PlaylistVideo
extends YTNode
import { YTNodes } from "https://deno.land/x/youtubei@v9.3.0-deno/deno.ts";
const { PlaylistVideo } = YTNodes;

Constructors

new
PlaylistVideo(data: RawNode)

Properties

optional
accessibility_label: string
author: Author
duration: { text: string; seconds: number; }
id: string
index: Text
readonly
is_live: boolean
is_playable: boolean
readonly
is_upcoming: boolean
menu: Menu | null
set_video_id: string | undefined
optional
style: string
thumbnail_overlays: ObservedArray<YTNode>
thumbnails: Thumbnail[]
title: Text
optional
upcoming: Date
video_info: Text

Static Properties

type: string