Skip to main content
Module

x/youtubei/deno.ts>YTNodes.PlaylistHeader

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

Constructors

new
PlaylistHeader(data: RawNode)

Properties

author: Author | null
banner: YTNode
brief_stats: Text[]
can_delete: boolean
can_share: boolean
description: Text
id: string
is_editable: boolean
menu: YTNode
num_videos: Text
privacy: string
save_button: YTNode
shuffle_play_button: YTNode
stats: Text[]
subtitle: Text | null
title: Text
view_count: Text

Static Properties

type: string