Skip to main content
Module

x/youtubei/deno.ts>YTNodes.VideoPrimaryInfo

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

Constructors

new
VideoPrimaryInfo(data: RawNode)

Properties

menu: Menu | null
published: Text
relative_date: Text
short_view_count: Text
title: Text
view_count: Text

Static Properties

type: string